Skip to content

Commit 6d179fc

Browse files
committed
We have to install node modules first
1 parent ec242fc commit 6d179fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"console": "npm run ts-node:fast -- ./src/console/commander.ts",
2727
"console:dev": "npm run ts-node -- ./src/console/commander.ts",
2828
"console:help": "npm run ts-node:fast -- ./src/console/commander.ts --help",
29-
"setup": "npm run banner setup && yarn install && npm run db:migrate && npm run db:seed",
29+
"setup": "yarn install && npm run banner setup && npm run db:migrate && npm run db:seed",
3030
"serve": "npm run banner serve && \"./node_modules/.bin/nodemon\" --watch src --watch .env",
3131
"clean": "npm run banner clean && npm run clean:dist",
3232
"test": "npm run banner test && cross-env NODE_ENV=test \"./node_modules/.bin/jest\" ./test/unit",

0 commit comments

Comments
 (0)