Skip to content

Commit

Permalink
vue-cli from node_modules ?
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Oct 30, 2023
1 parent 576e2a6 commit eeb04b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
node-version: 17
cache: 'npm'

- uses: actions/setup-node@v3
with:
node-version: 17
# - uses: actions/setup-node@v3
# with:
# node-version: 17

- name: Install dependencies
run: |
npm install -g @vue/cli-service-global
# npm install -g @vue/cli-service-global
npm install --production

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Xinos",
"version": "4.0.0",
"scripts": {
"build": "npm run parser && npm run i18n:full && vue-cli-service build",
"build": "npm run parser && npm run i18n:full && ./node_modules/.bin/vue-cli-service build",
"dev": "vue-cli-service serve",
"i18n": "cd i18n && npm run start",
"i18n:full": "cd i18n && npm run start -- --full",
Expand Down

0 comments on commit eeb04b5

Please sign in to comment.