mirror of
https://github.com/ilyakooo0/purescript-indexed-DB.git
synced 2024-11-26 00:27:09 +03:00
write 'start' script for dev using entr (pulp watcher doesn't do well with recursive watch in nested dirs
This commit is contained in:
parent
85e6e996fd
commit
607929ce98
@ -8,7 +8,8 @@
|
||||
"test:run": "karma start --single-run",
|
||||
"test": "npm run test:build && npm run test:run",
|
||||
"build": "pulp browserify -j 4 -O --to dist/bundle.js",
|
||||
"start": "pulp -w browserify -j 4 -O --to dist/bundle.js"
|
||||
"start": "find . -type f -regex .*purs | entr -s 'clear; pulp browserify -j 4 -t dist/bundle.js'",
|
||||
"start:test": "karma start"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint": "^3.19.0",
|
||||
|
Loading…
Reference in New Issue
Block a user