Skip to content

Commit 3eb04ef

Browse files
committed
build(package.json): cleanup package step
1 parent 103c2b8 commit 3eb04ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"unpkg": "dist/index.umd.js",
99
"types": "dist/index.d.ts",
1010
"scripts": {
11-
"build": "microbundle",
12-
"dev": "microbundle watch",
13-
"prepare": "npm run build",
11+
"build": "microbundle --no-sourcemap",
12+
"dev": "microbundle watch --no-sourcemap",
13+
"prepack": "npm run build",
1414
"test": "npm run build && node test/index.test.js"
1515
},
1616
"files": [

0 commit comments

Comments
 (0)