mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
fix(test): treeshake check runs last
This commit is contained in:
@ -79,8 +79,8 @@
|
||||
"theme-server": "node scripts/theme-builder/server.js",
|
||||
"tsc": "./node_modules/.bin/tsc -p .",
|
||||
"test.treeshake": "agadoo dist/collection/index.js",
|
||||
"validate": "npm run test.treeshake && npm run lint && npm run test && npm run build",
|
||||
"validate.ci": "npm run test.treeshake && npm run lint && npm run test && npm run build --max-workers 1 --debug"
|
||||
"validate": "npm run lint && npm run test && npm run build && npm run test.treeshake",
|
||||
"validate.ci": "npm run lint && npm run test && npm run build --max-workers 1 --debug && npm run test.treeshake"
|
||||
},
|
||||
"author": "Ionic Team",
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user