Skip to content

Commit bde3938

Browse files
chore: make repo installable with npm
1 parent 9b28456 commit bde3938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "Apache-2.0",
2424
"prepublish": "tsc",
2525
"scripts": {
26-
"prepublishOnly": "npm run build",
26+
"prepare": "npm run build",
2727
"build:dev": "rollup -c rollup/rollup.config.dev.js -m",
2828
"build:umd": "rollup -c rollup/rollup.config.umd.js",
2929
"build:cjs": "rollup -c rollup/rollup.config.cjs.js",

0 commit comments

Comments
 (0)