Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jul 7, 2023
1 parent 05da3cb commit c1e80c6
Show file tree
Hide file tree
Showing 4 changed files with 957 additions and 166 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
run: npm run build

- name: Install docs dependencies
run: cd src/docs && npm install --legacy-peer-deps
run: cd src/docs && npm install

- name: Install alpha daisyUI if staging
if: github.repository == 'daisyui/daisyui.github.io'
run: cd src/docs && npm i daisyui@alpha --legacy-peer-deps
run: cd src/docs && npm i daisyui@alpha

- name: Install latest daisyUI if production
if: github.repository == 'saadeghi/daisyui'
run: cd src/docs && npm i daisyui@latest --legacy-peer-deps
run: cd src/docs && npm i daisyui@latest

- name: get new data from API
run: cd src/docs && npm run get-files
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"prettier": "./src/prettier.config.js",
"scripts": {
"init": "npm install && npm run build && cd src/docs && npm run get-files && npm install --legacy-peer-deps && cd src/experiments/playground && npm install",
"init": "npm install && npm run build && cd src/docs && npm run get-files && npm install && cd src/experiments/playground && npm install",
"prettier": "prettier --write . --ignore-path ./src/.prettierignore",
"prebase": "postcss --config src/base src/base/*.css --base src --dir dist",
"base": "cat dist/base/*.css > dist/base.css",
Expand Down
Loading

0 comments on commit c1e80c6

Please sign in to comment.