Skip to content

Commit

Permalink
Compile assets before publishing (npm v8) (#552)
Browse files Browse the repository at this point in the history
* Migrate from deprecated script

* Bump patch
  • Loading branch information
chawes13 authored Jun 15, 2022
1 parent 7ba4ac8 commit 0adb6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpadlab/lp-components",
"version": "6.0.2",
"version": "6.0.3",
"engines": {
"node": "^14.19 || ^16.14"
},
Expand All @@ -25,7 +25,7 @@
"clean": "rm -rf lib esm",
"docs": "documentation build src/index.js -f md -o docs.md",
"lint": "eslint src --max-warnings=0",
"prepublish": "yarn run clean && yarn run build",
"prepublishOnly": "yarn run clean && yarn run build",
"storybook": "yarn && start-storybook -p 6006",
"test": "jest --coverage",
"size": "yarn build && size-limit",
Expand Down

0 comments on commit 0adb6ca

Please sign in to comment.