Skip to content

Commit

Permalink
add prepare hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Navratil committed Jan 24, 2020
1 parent f65f8c2 commit a18b7fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"url": "https://github.com/devforth/painterro"
},
"scripts": {
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --optimize-minimize --progress",
"dev": "webpack-dev-server --inline --hot --content-base build/ --port 8081 --host 127.0.0.1",
Expand Down

0 comments on commit a18b7fa

Please sign in to comment.