Skip to content

Commit 2446b67

Browse files
committed
Replaced 'prepublish' script with 'prepare' script.
1 parent 37ac019 commit 2446b67

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
@@ -29,6 +29,6 @@
2929
"build:umd": "./node_modules/.bin/rollup --config rollup.config.js",
3030
"build:dist": "npm run build:es5 & npm run build:es6 & npm run build:umd",
3131
"build": "npm run build:dist",
32-
"prepublish": "npm run build:dist"
32+
"prepare": "npm run build:dist"
3333
}
3434
}

0 commit comments

Comments
 (0)