Skip to content

Commit

Permalink
fix: lib not updated anymore
Browse files Browse the repository at this point in the history
The lib that is available to the projects using this library is not
updated anymore.

Changed release script to include building lib.
  • Loading branch information
Gido Manders committed Nov 8, 2022
1 parent 2eecfcf commit 04d9594
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 @@ -67,7 +67,7 @@
"lint": "npm run lint:test && npm run lint:src",
"lint:test": "eslint \"src/**\"",
"lint:src": "eslint \"tests/**\"",
"release": "np",
"release": "npm run tsc && np",
"dev:publish": "./scripts/dev-publish.sh",
"prepare": "husky install"
},
Expand Down

0 comments on commit 04d9594

Please sign in to comment.