Skip to content

Commit

Permalink
pages: fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
sguimmara committed Sep 9, 2023
1 parent 36d9cd0 commit e11d170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: npm install

- name: Run pages
run: npm run pages
run: npm run pages -- "--base ${{ environment.url }}"

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepack": "shx rm -fr dist/ && shx mkdir dist && npx copyfiles -u 1 './src/**/*.wgsl' dist && node scripts/prepare-package.mjs && npm run build",
"prepare": "husky install",
"dev": "cd pages && npm run dev",
"pages": "cd pages && npm install && npm run build"
"pages": "cd pages && npm install && npm run build-only"
},
"devDependencies": {
"@loaders.gl/core": "^3.4.4",
Expand Down

0 comments on commit e11d170

Please sign in to comment.