Skip to content

Commit

Permalink
add npm prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
aozisik committed Jun 23, 2022
1 parent 6530781 commit 5d2d182
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "labkar-algorithms",
"version": "3.0.0",
"version": "3.1.0",
"description": "Labkar Algorithms",
"main": "dist/lib.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
"build": "rimraf dist && rollup -c"
"build": "rimraf dist && rollup -c",
"prepare": "npm run build"
},
"files": [
"dist/*.js",
Expand Down

0 comments on commit 5d2d182

Please sign in to comment.