Skip to content

Commit

Permalink
chore: fix build (#1323)
Browse files Browse the repository at this point in the history
* chore: fix build

* chore: fix build

* chore: fix build

* chore: fix build

* chore: fix build.. yarn instead of npm for the CI
  • Loading branch information
hdJerry authored Aug 7, 2023
1 parent dd9d5dc commit 2c94509
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-nuxt2-pinia-tailwind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
cache: ''

- name: Install dependencies
run: npm pkg delete scripts.prepare && npm i
run: yarn
working-directory: starters/nuxt2-pinia-tailwind

- name: Lint files
run: npm run lintfix
run: yarn lintfix
working-directory: starters/nuxt2-pinia-tailwind

- name: Build Project
run: npm run build
run: yarn build
working-directory: starters/nuxt2-pinia-tailwind

- name: Test Project
run: npm run test
run: yarn test
working-directory: starters/nuxt2-pinia-tailwind
10 changes: 5 additions & 5 deletions starters/nuxt2-pinia-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
},
"dependencies": {
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/composition-api": "0.32.0",
"@nuxtjs/composition-api": "0.33.1",
"@pinia/nuxt": "0.2.1",
"core-js": "3.19.3",
"nuxt": "2.15.8",
"pinia": "2.0.19",
"vue": "2.6.14",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14",
"vue": "2.7.14",
"vue-server-renderer": "2.7.14",
"vue-template-compiler": "2.7.14",
"webpack": "4.46.0"
},
"devDependencies": {
Expand All @@ -65,7 +65,7 @@
"@commitlint/config-conventional": "15.0.0",
"@nuxt/postcss8": "1.1.3",
"@nuxt/types": "2.15.8",
"@nuxt/typescript-build": "2.1.0",
"@nuxt/typescript-build": "3.0.1",
"@nuxtjs/eslint-config-typescript": "8.0.0",
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/storybook": "4.3.2",
Expand Down

0 comments on commit 2c94509

Please sign in to comment.