Skip to content

Commit b56f136

Browse files
committed
fix(test): treeshake check runs last
1 parent a4b1179 commit b56f136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"theme-server": "node scripts/theme-builder/server.js",
8080
"tsc": "./node_modules/.bin/tsc -p .",
8181
"test.treeshake": "agadoo dist/collection/index.js",
82-
"validate": "npm run test.treeshake && npm run lint && npm run test && npm run build",
83-
"validate.ci": "npm run test.treeshake && npm run lint && npm run test && npm run build --max-workers 1 --debug"
82+
"validate": "npm run lint && npm run test && npm run build && npm run test.treeshake",
83+
"validate.ci": "npm run lint && npm run test && npm run build --max-workers 1 --debug && npm run test.treeshake"
8484
},
8585
"author": "Ionic Team",
8686
"license": "MIT",

0 commit comments

Comments
 (0)