Skip to content

Commit

Permalink
feat(package.json): add dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
bayological committed Nov 6, 2024
1 parent c491600 commit 502b1c0
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 @@ -26,6 +26,7 @@
"lint": "eslint . --ext .ts",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "pnpm run lint",
"dev": "node ./bin/run",
"prepack": "oclif manifest && oclif readme",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
Expand Down

0 comments on commit 502b1c0

Please sign in to comment.