Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Feb 24, 2024
1 parent 7db0426 commit 69b7997
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 @@ -3,7 +3,7 @@
"private": true,
"type": "commonjs",
"scripts": {
"build": "npm i -g ncc && ncc build app.js",
"build": "npm i -g @vercel/ncc && ncc build app.js",
"test": "echo \"No test specified\" && exit 0",
"start": "node app"
},
Expand Down

0 comments on commit 69b7997

Please sign in to comment.