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

Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 0c3538a

Browse files
haydenyoungaphelionz
authored andcommitted
fix: Remove type def building.
1 parent e73a09e commit 0c3538a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"types": "./dist/types/src/index.d.ts",
77
"exports": "./src/index.js",
88
"scripts": {
9-
"build:types": "npx -p typescript tsc src/*.js --declaration --allowJs --emitDeclarationOnly --outDir dist/types/src",
10-
"build": "npm run build:types",
119
"test": "npm run build && TEST=all nyc mocha",
1210
"lint": "standard"
1311
},

0 commit comments

Comments
 (0)