Skip to content

Commit 169feb9

Browse files
committed
test: including test:shell in test script
1 parent f1e3754 commit 169feb9

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
@@ -25,7 +25,7 @@
2525
"docs": "jsdoc -c jsdoc.json",
2626
"docs:watch": "nodemon -w runtime -w docs/template -w README.md -e js,jsx,ts,tsx --exec npm run docs",
2727
"lint": "eslint .",
28-
"test": "npm run test:cli; npm run test:app; npm run test:runtime",
28+
"test": "npm run test:cli; npm run test:app; npm run test:runtime; npm run test:shell",
2929
"test:app": "npm --prefix ./test-app i; npm --prefix ./test-app run lint; npm --prefix ./test-app run build",
3030
"test:cli": "jest cli --config cli/jest.config.js --no-cache",
3131
"test:runtime": "jest runtime --config runtime/jest.config.js --no-cache",

0 commit comments

Comments
 (0)