Merge pull request #46 from mbebenita/watch

Automatically rebuild in the background.
This commit is contained in:
Patrick Walton 2017-10-30 18:07:56 -07:00 committed by GitHub
commit ce91d0490a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>",