small docker-env fixes

parent b4e5b847
......@@ -37,11 +37,15 @@ package(){
}
pulp(){
dockerrun node pulp "$@"
dockerrun node pulp --psc-package "$@"
}
repl(){
dockerrun -ti node pulp repl "$@"
dockerrun -ti node pulp --psc-package repl "$@"
}
check(){
pulp test "$@"
}
setup(){
......@@ -50,7 +54,7 @@ setup(){
}
build(){
pulp --psc-package browserify --to dist/bundle.js
pulp browserify --to dist/bundle.js
}
serve(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment