Skip to content

Commit e6cf1dd

Browse files
authored
Merge branch 'main' into fix-duplicate-links
2 parents c76ce86 + cd9ba8e commit e6cf1dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"prepublishonly": "npm run build-all",
3434
"size": "size-limit",
3535
"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"
36+
"release": "cross-env-shell \"npm run build-all && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags\""
3837
},
3938
"keywords": [
4039
"prefetch",

0 commit comments

Comments
 (0)