Skip to content

Commit 5d2d182

Browse files
committed
add npm prepare
1 parent 6530781 commit 5d2d182

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "labkar-algorithms",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Labkar Algorithms",
55
"main": "dist/lib.js",
66
"scripts": {
77
"test": "jest",
88
"test:watch": "jest --watchAll",
9-
"build": "rimraf dist && rollup -c"
9+
"build": "rimraf dist && rollup -c",
10+
"prepare": "npm run build"
1011
},
1112
"files": [
1213
"dist/*.js",

0 commit comments

Comments
 (0)