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 51eb7e8 commit c07719fCopy full SHA for c07719f
package.json
@@ -11,6 +11,7 @@
11
"clean": "rimraf \"packages/*/dist\" dev-test/dist \"packages/*/node_modules\"",
12
"reset": "npm run clean",
13
"test": "npm run lint && npm run type-check && npm run test:unit",
14
+ "test:all": "npm run test && npm run test:e2e",
15
"test:ci": "npm run lint-quiet && npm run type-check && npm run test:unit",
16
"test:unit": "cross-env NODE_ENV=test jest --no-cache",
17
"test:e2e": "npm run build:demo && npm run test:e2e:run",
0 commit comments