Skip to content

Commit

Permalink
feat: tup-700 ensure build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Feb 26, 2024
1 parent 6336f2c commit 233f165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
"test": "nx test",
"prepublishOnly": "npm run build"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 233f165

Please sign in to comment.