Skip to content

Commit 17a417b

Browse files
committed
chore: drop unnecessary extra task
1 parent d6e7165 commit 17a417b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"all": "run-s lint test",
77
"lint": "eslint .",
88
"pretest": "rollup -c --bundleConfigAsCjs",
9-
"test": "mocha test/spec/*.js",
10-
"prepublishOnly": "rollup -c --bundleConfigAsCjs"
9+
"test": "mocha test/spec/*.js"
1110
},
1211
"exports": {
1312
"./package.json": "./package.json",

0 commit comments

Comments
 (0)