Skip to content

Commit

Permalink
feat(core): release
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarLebuda committed Nov 25, 2024
1 parent dfd38c2 commit 04fc86e
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 @@ -6,7 +6,7 @@
"build": "nx run-many --target=build --all",
"dev": "nx watch --all -- nx run \\$NX_PROJECT_NAME:build",
"test": "nx run-many -t test",
"release": "nx release --yes",
"release": "nx release",
"lint": "prettier -c --parser typescript \"packages/*/**/*.[jt]s?(x)\" --write",
"postinstall": "simple-git-hooks"
},
Expand Down

0 comments on commit 04fc86e

Please sign in to comment.