Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensacks committed Nov 27, 2023
1 parent da3b8c0 commit 10855d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@
"*.d.ts"
],
"scripts": {
"postinstall": "node scripts/welcome.js",
"clean": "rimraf ./dist",
"prebuild": "yarn clean",
"prebuild": "npm run clean",
"build": "tsup",
"build:watch": "yarn build --watch",
"build:watch": "npm run build -- --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"yarn build:watch\" \"yarn storybook --quiet\"",
"start": "run-p build:watch 'storybook --quiet'",
"prerelease": "zx scripts/prepublish-checks.mjs",
"release": "yarn build && auto shipit",
"release": "npm run build && auto shipit",
"eject-ts": "zx scripts/eject-typescript.mjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down

0 comments on commit 10855d9

Please sign in to comment.