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 b5df118 commit 82521c8Copy full SHA for 82521c8
package.json
@@ -17,11 +17,7 @@
17
"format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
18
"format:check:prettier": "cross-env-shell prettier --check $npm_package_config_prettier",
19
"format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier",
20
- "prepublishOnly": "run-s prepublishOnly:*",
21
- "prepublishOnly:checkout": "git checkout main",
22
- "prepublishOnly:pull": "git pull",
23
- "prepublishOnly:install": "npm ci",
24
- "prepublishOnly:test": "npm test",
+ "prepublishOnly": "npm ci && npm test",
25
"pretest:demo": "cd demo && npm ci && netlify build --cwd . --offline",
26
"pretest:fixtures": "run-s pretest:fixtures:*",
27
"pretest:fixtures:non-angular-project": "cd tests/fixtures/non-angular-project && npm ci",
0 commit comments