Merge pull request #3800 from nielsvanvelzen/no-prepare

Remove NPM prepare script
This commit is contained in:
Joshua M. Boniface
2023-03-12 21:49:13 -04:00
committed by GitHub
9 changed files with 7 additions and 27 deletions
-8
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
@@ -50,8 +48,6 @@ jobs:
- name: Install Node.js dependencies
run: npm ci --no-audit
env:
SKIP_PREPARE: true
- name: Run eslint
run: npm run lint
@@ -76,8 +72,6 @@ jobs:
- name: Install Node.js dependencies
run: npm ci --no-audit
env:
SKIP_PREPARE: true
- name: Run stylelint
run: npm run stylelint:css
@@ -102,8 +96,6 @@ jobs:
- name: Install Node.js dependencies
run: npm ci --no-audit
env:
SKIP_PREPARE: true
- name: Run stylelint
run: npm run stylelint:scss
+1 -3
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