Skip to content

Commit

Permalink
add pr build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mimiflynn committed Dec 12, 2024
1 parent 957a1cf commit d1467a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
node-version: [20.10.0]
node-version: [20.11.0]

runs-on: ubuntu-latest

Expand All @@ -27,4 +27,4 @@ jobs:
- name: Build
run: |
npm install
npm run build
npm run pr-build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"npm": "^10.3.0"
},
"scripts": {
"pr-build": "gatsby build",
"build": "npm run setup-environment && npm run download-ics && npm run get-events && gatsby build",
"develop": "npm run get-mock-events && gatsby develop",
"start": "gatsby develop",
Expand Down

0 comments on commit d1467a4

Please sign in to comment.