Skip to content

Commit

Permalink
fix(blog): prepack script (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-ivanovvv authored Jan 14, 2025
1 parent 2d9e15e commit 976cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"main": "src/index.ts",
"scripts": {
"build": "yarn next build src --no-lint ; cp -r ./src/.next/standalone ./dist && cp -r ./src/.next/static ./dist/src/.next/static && mv ./dist/src/server.js ./dist/src/index.cjs",
"build": "yarn next build src --no-lint && rm ./src/.next/standalone/package.json ; cp -r ./src/.next/standalone ./dist && cp -r ./src/.next/static ./dist/src/.next/static && mv ./dist/src/server.js ./dist/src/index.cjs",
"cleanup": "rm -rf dist",
"dev": "yarn next dev src",
"prepack": "run build",
Expand Down

0 comments on commit 976cc93

Please sign in to comment.