Skip to content

Commit

Permalink
update build command to include ASSET_PATH variable for lazy loaded j…
Browse files Browse the repository at this point in the history
…s files
  • Loading branch information
poojagunturu96 committed Dec 15, 2023
1 parent 0827cf3 commit 4e95e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: '18.x'

- name: Cache Node.js modules
uses: actions/cache@v3
Expand All @@ -27,7 +27,7 @@ jobs:
run: npm ci

- name: build
run: npm run build
run: ASSET_PATH="/themes/custom/middlebury_theme/js/" npm run build

- name: Build icons
run: npm run build:icons
Expand Down

0 comments on commit 4e95e76

Please sign in to comment.