Skip to content

Commit

Permalink
update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
corlard3y committed Sep 17, 2024
1 parent a91b574 commit 55ae30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"build:pr:preview": "node build.mjs preview && NODE_OPTIONS=--max-old-space-size=8192 yarn build",
"build:pr:preview": "node build.mjs preview && NODE_OPTIONS=--max-old-space-size=8192 docusaurus build",
"deploy": "node build.mjs prod && NODE_OPTIONS=--max-old-space-size=8192 docusaurus build && echo 'push.org' > ./build/CNAME & gh-pages -d build -r git@github.com:push-protocol/push-website-prod-deployment.git",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
Expand Down

0 comments on commit 55ae30b

Please sign in to comment.