Skip to content

Commit

Permalink
FIX : fix package.json for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheil-Saberi committed Dec 13, 2022
1 parent 9344059 commit 0b5f41a
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 @@ -24,7 +24,7 @@
"test:docs": "npm run typecheck:docs && npm run lint:docs",
"build:dts": "tsc && rimraf temp",
"build": "rollup --config .config/rollup.config.js",
"release": "npm run build:dts && npm run build && esno scripts/release",
"release": "esno scripts/release",
"storybook": "start-storybook -p 7534 -c .config/.storybook"
},
"repository": {
Expand Down

0 comments on commit 0b5f41a

Please sign in to comment.