Skip to content

Commit

Permalink
fix start script
Browse files Browse the repository at this point in the history
Signed-off-by: cobalt <[email protected]>
  • Loading branch information
cobaltt7 committed Jul 24, 2024
1 parent 53265a9 commit a3b19be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
curl "https://gist.githubusercontent.com/${{ secrets.PRIVATE_GIST
}}/raw/strings.ts" --output common/strings.ts

- name: Touch .env
run: touch .env

- name: Checkout images
run: git clone https://gist.github.com/${{ secrets.IMAGES_GIST }}.git .private/images

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format": "prettier --write \"**\" --ignore-path .prettierignore --ignore-unknown --cache",
"lint": "eslint .",
"serve": "nodemon --env-file=.env --enable-source-maps . --ext js,json,html,css,png",
"start": "node --env-file=.env --enable-source-maps .",
"start": "node --enable-source-maps .",
"test": "npm run build && node --enable-source-maps --test"
},
"browserslist": [
Expand Down

0 comments on commit a3b19be

Please sign in to comment.