Skip to content

Commit

Permalink
Clean up scripts for future ssdeploy CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 12, 2022
1 parent fa1ba5e commit 3293a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"start": "pnpm -r start",
"production": "pnpm -r build && NODE_ENV=production pnpm -r serve",
"build": "pnpm -r build",
"lint": "eslint . && stylelint **/*.css",
"test": "pnpm audit --prod && pnpm lint && pnpm -r test"
},
Expand Down
3 changes: 1 addition & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"start": "pnpm serve",
"serve": "node app.js",
"start": "node index.js",
"test": "pnpm -r build && node --test test/*.test.js"
},
"dependencies": {
Expand Down

0 comments on commit 3293a64

Please sign in to comment.