We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f696743 commit 07478d6Copy full SHA for 07478d6
package.json
@@ -11,7 +11,8 @@
11
"build": "echo build success",
12
"test:spa-js": "cd ./examples/my-spa-js-app && npm i && yarn vite:build && yarn build",
13
"test:mpa-ts": "cd ./examples/my-mpa-ts-app && npm i && yarn vite:build && yarn build",
14
- "test": "npm run test:spa-js & npm run test:mpa-ts",
+ "test:unit": "npm run test:spa-js & npm run test:mpa-ts",
15
+ "test": "echo missing test",
16
"toc": "npx markdown-toc -i --bullets=- README.md",
17
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
18
},
0 commit comments