Skip to content

Commit

Permalink
feat: add dev npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jul 21, 2021
1 parent c1a4b13 commit bfc2495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
],
"scripts": {
"build": "echo NO BUILD",
"dev": "NODE_ENV=development CONSOLA_LEVEL=5 ./bin/run",
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint .",
"prepack": "oclif-dev manifest && oclif-dev readme",
Expand Down

0 comments on commit bfc2495

Please sign in to comment.