Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d09729

Browse files
chore: remove unnecessary prebuild script (#192)
`@vercel/ncc` is already specified in dev dependencies, so `npm i` installs it. There's no need for a separate `npm i ncc`. Running the prebuild script also adds a dependency, which is definitely not desired.
1 parent 32bc120 commit 0d09729

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"main": "lib/index.js",
1717
"scripts": {
18-
"prebuild": "npm i ncc",
1918
"build": "ncc build src/index.ts -o lib",
2019
"test": "jest",
2120
"test-coverage": "jest --coverage",

0 commit comments

Comments
 (0)