Skip to content

Commit

Permalink
Don't watch, duh.
Browse files Browse the repository at this point in the history
  • Loading branch information
twastvedt committed Jan 11, 2024
1 parent b31a16e commit a6e0719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vue-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: npm
- name: Install dependencies
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"private": true,
"license": "MIT",
"scripts": {
"dev": "run-p vite type-check",
"dev": "run-p vite \"type-check -- -w\"",
"vite": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc -w --noEmit -p tsconfig.app.json --composite false",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
Expand Down

0 comments on commit a6e0719

Please sign in to comment.