Skip to content

Commit

Permalink
Merge pull request #158 from Mirasaki/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Mirasaki committed Oct 26, 2023
2 parents c321776 + e57827e commit f9bd322
Show file tree
Hide file tree
Showing 25 changed files with 946 additions and 90 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/first-time-setup.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: first-time-setup
run-name: Initialize repo from template

# Todo: This workflow is not working as intended - other workflows
# like deploy.yml are still running before this one finishes.

# This workflow is triggered when a user creates a new repo from the template.

on:
# run when branch created (repo generated from template)
create:
Expand Down
147 changes: 65 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"heatmap.js": "^2.0.5",
"puppeteer": "^21.3.4",
"puppeteer": "^21.3.8",
"lokijs": "^1.5.12"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.7",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-sonarjs": "^0.21.0",
"nodemon": "^3.0.1",
"semantic-release": "^22.0.5"
Expand Down
Loading

0 comments on commit f9bd322

Please sign in to comment.