Remove SKIP_PREPARE env variable usages

This commit is contained in:
Bill Thornton 2023-03-10 12:33:12 -05:00
parent 8277fa0d32
commit 51fee9d55a
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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