We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcc1d8 commit 7a0befbCopy full SHA for 7a0befb
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"start": "npm run dev",
9
"dev": "ts-node test/examples/basic/server",
10
"watch": "nodemon .",
11
- "test": "npm run test:prod && npm test:examples",
+ "test": "npm run test:prod && npm run test:examples",
12
"test:typescript": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.dev.json",
13
"test:dev": "npm run lint && npm run db:drop && npm run test:typescript",
14
"test:prod": "npm run build:prod:clean && npm run db:drop && npm run coverage",
0 commit comments