Skip to content

Commit

Permalink
Update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Mar 15, 2024
1 parent 18710f6 commit e39585f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"lint": "foundry run eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "npm run lint -- --fix",
"lint:css": "foundry run stylelint \"**/*.css\"",
"dev": "npm run docs:start",
"docs": "npm run docs:start",
"docs:start": "storybook dev -p 6006",
"docs:build": "storybook build -c .storybook -o public --stats-json && cp -R ./packages/icons/web ./public/icons",
Expand Down
2 changes: 0 additions & 2 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
},
"homepage": "https://github.com/sumup-oss/circuit-ui/tree/main/packages/circuit-ui/README.md",
"scripts": {
"dev": "vite",
"start": "npm run dev",
"build": "vite build && tsc -p tsconfig.build.json && rm -rf dist/node_modules",
"lint": "foundry run eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit e39585f

Please sign in to comment.