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 a4b1179 commit b56f136Copy full SHA for b56f136
core/package.json
@@ -79,8 +79,8 @@
79
"theme-server": "node scripts/theme-builder/server.js",
80
"tsc": "./node_modules/.bin/tsc -p .",
81
"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"
+ "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"
84
},
85
"author": "Ionic Team",
86
"license": "MIT",
0 commit comments