Skip to content

Commit

Permalink
add npm build to prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed May 2, 2022
1 parent e837d3d commit 5a49904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system",
"version": "0.0.0-beta.6",
"version": "0.0.0-beta.7",
"private": false,
"description": "Design system components for Toniq Labs",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"build-storybook": "build-storybook",
"format": "virmator format write",
"preinstall": "npx npm-force-resolutions",
"prepublishOnly": "npm run test:full && ts-node src/scripts/publishing.ts prepublish",
"prepublishOnly": "npm run test:full && ts-node src/scripts/publishing.ts prepublish && npm run build",
"postpublish": "ts-node src/scripts/publishing.ts postpublish",
"spellcheck": "virmator spellcheck",
"storybook": "start-storybook -p 6006",
Expand Down

0 comments on commit 5a49904

Please sign in to comment.