Skip to content

Commit e39585f

Browse files
committed
Update package scripts
1 parent 18710f6 commit e39585f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"lint": "foundry run eslint . --ext .js,.jsx,.ts,.tsx",
2727
"lint:fix": "npm run lint -- --fix",
2828
"lint:css": "foundry run stylelint \"**/*.css\"",
29+
"dev": "npm run docs:start",
2930
"docs": "npm run docs:start",
3031
"docs:start": "storybook dev -p 6006",
3132
"docs:build": "storybook build -c .storybook -o public --stats-json && cp -R ./packages/icons/web ./public/icons",

packages/circuit-ui/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
},
3939
"homepage": "https://github.com/sumup-oss/circuit-ui/tree/main/packages/circuit-ui/README.md",
4040
"scripts": {
41-
"dev": "vite",
42-
"start": "npm run dev",
4341
"build": "vite build && tsc -p tsconfig.build.json && rm -rf dist/node_modules",
4442
"lint": "foundry run eslint . --ext .js,.jsx,.ts,.tsx",
4543
"lint:fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)