We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec242fc commit 6d179fcCopy full SHA for 6d179fc
package.json
@@ -26,7 +26,7 @@
26
"console": "npm run ts-node:fast -- ./src/console/commander.ts",
27
"console:dev": "npm run ts-node -- ./src/console/commander.ts",
28
"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",
+ "setup": "yarn install && npm run banner setup && npm run db:migrate && npm run db:seed",
30
"serve": "npm run banner serve && \"./node_modules/.bin/nodemon\" --watch src --watch .env",
31
"clean": "npm run banner clean && npm run clean:dist",
32
"test": "npm run banner test && cross-env NODE_ENV=test \"./node_modules/.bin/jest\" ./test/unit",
0 commit comments