Skip to content

Commit

Permalink
chore: add dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
bowheart committed Aug 16, 2024
1 parent cdf556e commit 4adc5c9
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 @@ -62,6 +62,7 @@
"build": "yarn nx run-many -t build",
"changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
"commit": "./scripts/commit.js",
"dev": "yarn nx -- watch --all -- yarn nx run \\$NX_PROJECT_NAME:build",
"lint": "yarn nx run-many -t lint",
"pretest": "yarn lint",
"release": "./scripts/release.js",
Expand Down

0 comments on commit 4adc5c9

Please sign in to comment.