File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44 "ts" : " ts-node"
55 },
66 "events" : {
7- "start" : " tslint -c ./tslint.json -t stylish 'src/**/*.ts'" ,
8- "restart" : " osascript -e 'display notification \" restarting server\" with title \" node.js application\" '"
7+ "start" : " tslint -c ./tslint.json -t stylish 'src/**/*.ts'"
98 }
109}
Original file line number Diff line number Diff line change 2727 "console:dev" : " npm run ts-node -- ./src/console/commander.ts" ,
2828 "console:help" : " npm run ts-node:fast -- ./src/console/commander.ts --help" ,
2929 "setup" : " npm run banner setup && yarn install && npm run db:migrate && npm run db:seed" ,
30- "serve" : " npm run banner serve && \" ./node_modules/.bin/nodemon\" --watch ' src/**/*.ts' --watch 'src/**/*.json' --watch '. env' " ,
30+ "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" ,
3333 "build" : " npm run banner build && npm run lint && npm run clean:dist && npm run transpile && npm run copy:assets" ,
You can’t perform that action at this time.
0 commit comments