Skip to content

Commit

Permalink
fix(package) scripts: wisdom
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 31, 2017
1 parent 5a1ac64 commit dd939d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"lint": "shellcheck *.sh",
"docker:build": "docker build . -t coderaiser/loop:`version`",
"docker:push": "docker push coderaiser/loop:`version`",
"wisdom": "redrun docker:*",
"build": "redrun docker:*",
"wisdom": "npm run build",
"prewisdom": "rm -f package-lock.json",
"watcher": "nodemon -w . -e sh --exec",
"watch:lint": "npm run watcher -- 'npm run lint'"
Expand Down

0 comments on commit dd939d9

Please sign in to comment.