Skip to content

Commit

Permalink
fix: npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART authored Jul 24, 2023
1 parent 485bb11 commit 1ca3a62
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 @@ -13,7 +13,7 @@
"test": "npm run build && nx run-many --target=link && nx run-many --target=test",
"cover": "nx run-many --target=cover",
"build": "nx run-many --target=build",
"release": "npm build && changeset publish",
"release": "npm run build && changeset publish",
"lint": "nx run-many --target=link && npm run build && nx run-many --target=lint"
},
"author": {
Expand Down

0 comments on commit 1ca3a62

Please sign in to comment.