Skip to content

Commit

Permalink
remove dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Dec 4, 2021
1 parent 9232efe commit 34f7871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start:dev": "npm run build && cd angular-workspace && schematics ..:ng-add",
"start": "npm run build && cd angular-workspace && schematics ..:ng-add --debug false",
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -s",
"rocket": "npm run build && npm publish --tag dev"
"rocket": "npm run build && npm publish"
},
"keywords": [
"angular",
Expand Down

0 comments on commit 34f7871

Please sign in to comment.