Skip to content

Commit 109baa6

Browse files
committed
Fix typescript errors
1 parent 05ff2bf commit 109baa6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

dist/package.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
"base-build": "npm ci && tsc",
99
"build": "npm run base-build && npm exec -- @vercel/ncc build --source-map lib/src/index.js",
1010
"prepare": "ncc build index.ts -o dist --source-map --license licenses.txt",
11-
"package": "ncc build --source-map --license licenses.txt --out dist",
1211
"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"
12+
"all": "npm run lint && npm run prepare && npm run test"
1413
},
1514
"repository": {
1615
"type": "git",

0 commit comments

Comments
 (0)