Skip to content

Commit c07719f

Browse files
authored
fix: add npm script test:all #7201 (#7317)
1 parent 51eb7e8 commit c07719f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"clean": "rimraf \"packages/*/dist\" dev-test/dist \"packages/*/node_modules\"",
1212
"reset": "npm run clean",
1313
"test": "npm run lint && npm run type-check && npm run test:unit",
14+
"test:all": "npm run test && npm run test:e2e",
1415
"test:ci": "npm run lint-quiet && npm run type-check && npm run test:unit",
1516
"test:unit": "cross-env NODE_ENV=test jest --no-cache",
1617
"test:e2e": "npm run build:demo && npm run test:e2e:run",

0 commit comments

Comments
 (0)