mirror of
https://github.com/ilyakooo0/purescript-indexed-DB.git
synced 2024-11-29 13:45:48 +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:run": "karma start --single-run",
|
||||||
"test": "npm run test:build && npm run test:run",
|
"test": "npm run test:build && npm run test:run",
|
||||||
"build": "pulp browserify -j 4 -O --to dist/bundle.js",
|
"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": {
|
"dependencies": {
|
||||||
"eslint": "^3.19.0",
|
"eslint": "^3.19.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user