Skip to content

Commit 7a0befb

Browse files
committed
Fix npm test script
1 parent 1dcc1d8 commit 7a0befb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "npm run dev",
99
"dev": "ts-node test/examples/basic/server",
1010
"watch": "nodemon .",
11-
"test": "npm run test:prod && npm test:examples",
11+
"test": "npm run test:prod && npm run test:examples",
1212
"test:typescript": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.dev.json",
1313
"test:dev": "npm run lint && npm run db:drop && npm run test:typescript",
1414
"test:prod": "npm run build:prod:clean && npm run db:drop && npm run coverage",

0 commit comments

Comments
 (0)