Skip to content

Commit 216cafe

Browse files
committed
build(package.json): cleanup package step
removed sourcemaps and switched prepare to prepack
1 parent a8e0817 commit 216cafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 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",
11+
"build": "microbundle --no-sourcemap",
1212
"dev": "microbundle watch",
13-
"prepare": "npm run build",
13+
"prepack": "npm run build",
1414
"test": "npm run build && node test/index.test.js"
1515
},
1616
"files": [

0 commit comments

Comments
 (0)