Skip to content

Commit

Permalink
remove lightningcss-cli dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 7, 2023
1 parent 7cd661f commit 611d3c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
- name: update package version in env
if: steps.versionInfo.outputs.changed == 'true'
run: echo "VITE_DAISYUI_VERSION=${{ steps.versionInfo.outputs.version }}" > src/docs/.env
# uses: SpicyPizza/create-envfile@v1
# with:
# envkey_VITE_DAISYUI_VERSION: ${{ steps.versionInfo.outputs.version }}
# file_name: src/docs/.env

- name: Commit files
if: steps.versionInfo.outputs.changed == 'true'
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"prejss": "prejss-cli dist/{unstyled,styled}{,.rtl}.css --format commonjs",
"themes": "postcss src/themes/index.css -o dist/themes.css --config src/themes",
"full": "postcss src/full/index.css -o dist/full.css --config src/full",
"disabledpostfull": "lightningcss --minify --targets '> 7%' dist/full.css -o dist/full.css",
"build": "npm run base && npm run utilities:global && npm run utilities:unstyled && npm run utilities:styled && npm run components && npm run merge:unstyled && npm run merge:styled && npm run rtl && npm run prejss && npm run themes && npm run full",
"dev": "cd src/docs && npm run dev",
"add": "touch src/components/unstyled/$npm_config_name.css && touch src/components/styled/$npm_config_name.css",
Expand All @@ -95,7 +94,6 @@
"@vitest/ui": "^0.31.1",
"autoprefixer": "^10",
"c8": "^7.14.0",
"lightningcss-cli": "^1.20.0",
"postcss-cli": "10.1.0",
"postcss-import": "15.1.0",
"prejss-cli": "0.3.3",
Expand Down

0 comments on commit 611d3c7

Please sign in to comment.