Automatically rebuild in the background.

This commit is contained in:
Michael Bebenita 2017-10-30 16:24:12 -07:00
parent a6582aefb3
commit 2e3451d9da
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"description": "Demo for Pathfinder 2",
"scripts": {
"build": "webpack",
"build-watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Patrick Walton <pcwalton@mimiga.net>",