Remove SKIP_PREPARE env variable usages
This commit is contained in:
parent
8277fa0d32
commit
51fee9d55a
2 changed files with 1 additions and 5 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -24,8 +24,6 @@ jobs:
|
|||
|
||||
- name: Install Node.js dependencies
|
||||
run: npm ci --no-audit
|
||||
env:
|
||||
SKIP_PREPARE: true
|
||||
|
||||
- name: Run a production build
|
||||
run: npm run build:production
|
||||
|
|
4
.github/workflows/tsc.yml
vendored
4
.github/workflows/tsc.yml
vendored
|
@ -24,8 +24,6 @@ jobs:
|
|||
|
||||
- name: Install Node.js dependencies
|
||||
run: npm ci --no-audit
|
||||
env:
|
||||
SKIP_PREPARE: true
|
||||
|
||||
- name: Run tsc
|
||||
run: npm run build:check
|
||||
run: npm run build:check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue