Skip to content

Commit

Permalink
Revert "package.json: add a netlify script (#424)" (#426)
Browse files Browse the repository at this point in the history
This reverts commit b4f8057.
  • Loading branch information
XhmikosR authored May 12, 2024
1 parent b4f8057 commit cd9ba8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"prepublishonly": "npm run build-all",
"size": "size-limit",
"changelog": "npm run conventional-changelog -i CHANGELOG.md -s -r 0",
"release": "cross-env-shell \"npm run build-all && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags\"",
"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\""
},
"keywords": [
"prefetch",
Expand Down

0 comments on commit cd9ba8e

Please sign in to comment.