Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robertprast authored Nov 16, 2024
1 parent e76d550 commit dc01ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "lib/main.js",
"scripts": {
"build": "rimraf ./lib && webpack --config ./webpack.config.js --mode production",
"test": "jest"
"test": "jest",
"postinstall":"echo 'hi there'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dc01ccc

Please sign in to comment.