Skip to content

Commit

Permalink
test: including test:shell in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjoy committed Jul 31, 2024
1 parent f1e3754 commit 169feb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"docs": "jsdoc -c jsdoc.json",
"docs:watch": "nodemon -w runtime -w docs/template -w README.md -e js,jsx,ts,tsx --exec npm run docs",
"lint": "eslint .",
"test": "npm run test:cli; npm run test:app; npm run test:runtime",
"test": "npm run test:cli; npm run test:app; npm run test:runtime; npm run test:shell",
"test:app": "npm --prefix ./test-app i; npm --prefix ./test-app run lint; npm --prefix ./test-app run build",
"test:cli": "jest cli --config cli/jest.config.js --no-cache",
"test:runtime": "jest runtime --config runtime/jest.config.js --no-cache",
Expand Down

0 comments on commit 169feb9

Please sign in to comment.