Skip to content

Commit

Permalink
chore(palette): temporarily remove palette from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Nov 28, 2023
1 parent c9db519 commit 4f2e8fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"theme.config.ts"
],
"scripts": {
"build:prepare": "pnpm run build:base",
"build:base": "vite build -c vite.config.base.ts && rm -rf dist",
"build:react": "vite build -c vite.config.react.ts && rm -rf dist",
"build:svelte": "vite build -c vite.config.svelte.ts && rm -rf dist",
"build:vue": "vite build -c vite.config.vue.ts && rm -rf dist",
"clean": "rm -rf dist",
"_build:prepare": "pnpm run build:base",
"_build:base": "vite build -c vite.config.base.ts && rm -rf dist",
"_build:react": "vite build -c vite.config.react.ts && rm -rf dist",
"_build:svelte": "vite build -c vite.config.svelte.ts && rm -rf dist",
"_build:vue": "vite build -c vite.config.vue.ts && rm -rf dist",
"_clean": "rm -rf dist",
"storybook:vue": "storybook dev -p 6006 --config-dir .storybook-vue",
"build:storybook:vue": "storybook build --config-dir .storybook-vue"
},
Expand Down

0 comments on commit 4f2e8fb

Please sign in to comment.