We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ff2bf commit 109baa6Copy full SHA for 109baa6
dist/package.json
package.json
@@ -8,9 +8,8 @@
8
"base-build": "npm ci && tsc",
9
"build": "npm run base-build && npm exec -- @vercel/ncc build --source-map lib/src/index.js",
10
"prepare": "ncc build index.ts -o dist --source-map --license licenses.txt",
11
- "package": "ncc build --source-map --license licenses.txt --out dist",
12
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
13
- "all": "npm run lint && npm run prepare && npm run package && npm run test"
+ "all": "npm run lint && npm run prepare && npm run test"
14
},
15
"repository": {
16
"type": "git",
0 commit comments