Advertisement
pharmokan

pipe node js output into file

May 22nd, 2020
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. {
  2. "name": "asdf",
  3. "version": "1.0.0",
  4. "scripts": {
  5. "start": "watch -f *.js -r \"node ${p} > test.log 2>&1\""
  6. },
  7. "dependencies": {
  8. "cli-watch": "^1.0.7"
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement