no clean install

This commit is contained in:
semanticdata 2023-10-20 14:54:26 -05:00
parent 4a741ca411
commit 96e89deff0
5 changed files with 5 additions and 5 deletions

View File

@ -24,6 +24,6 @@ jobs:
with:
node-version: 18
- name: Install Dependencies
run: npm ci
run: npm i # was npm ci
- name: Build Quartz
run: npx quartz build

View File

@ -26,7 +26,7 @@ jobs:
with:
node-version: 18.14
- name: Install Dependencies
run: npm ci
run: npm i # was npm ci
- name: Build Quartz
run: npx quartz build
- name: Upload artifact

3
.gitignore vendored
View File

@ -9,4 +9,5 @@ quartz/.quartz-cache
.quartz-cache
private/
.replit
replit.nix
replit.nix
package-lock.json

2
package-lock.json generated
View File

@ -12,7 +12,6 @@
"@clack/prompts": "^0.6.3",
"@floating-ui/dom": "^1.4.0",
"@napi-rs/simple-git": "^0.1.9",
"@napi-rs/simple-git-linux-x64-gnu": "^0.1.9",
"async-mutex": "^0.4.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
@ -279,6 +278,7 @@
"cpu": [
"x64"
],
"optional": true,
"os": [
"linux"
],

View File

@ -37,7 +37,6 @@
"@clack/prompts": "^0.6.3",
"@floating-ui/dom": "^1.4.0",
"@napi-rs/simple-git": "^0.1.9",
"@napi-rs/simple-git-linux-x64-gnu": "^0.1.9",
"async-mutex": "^0.4.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",