use npm
This commit is contained in:
@@ -40,11 +40,8 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
cache: 'npm'
|
||||
- name: Prepare
|
||||
run: yarn --cwd static
|
||||
run: npm --prefix static ci
|
||||
- name: Build
|
||||
run: yarn --cwd static build
|
||||
run: npm --prefix static run build
|
||||
|
||||
Generated
+16407
File diff suppressed because it is too large
Load Diff
-6256
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user