We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c76ce86 + cd9ba8e commit e6cf1ddCopy full SHA for e6cf1dd
package.json
@@ -33,8 +33,7 @@
33
"prepublishonly": "npm run build-all",
34
"size": "size-limit",
35
"changelog": "npm run conventional-changelog -i CHANGELOG.md -s -r 0",
36
- "release": "cross-env-shell \"npm run build-all && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags\"",
37
- "netlify": "npm ci && npm run build-all && pushd site && npm ci && npm run build && popd"
+ "release": "cross-env-shell \"npm run build-all && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags\""
38
},
39
"keywords": [
40
"prefetch",
0 commit comments