Skip to content

Commit

Permalink
chore: use dist-prod folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCSolari committed Dec 11, 2023
1 parent 047d61c commit 515d9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./dist-prod
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://alpha-fi.github.io/cheddar-ui-v1",
"scripts": {
"precompile":"npm run build:prod",
"compile":"gh-pages -d build",
"compile":"gh-pages -d dist-prod/",
"build:tsc": "tsc --noEmit",
"build:prod": "rm -rf dist-prod && parcel build src/index.html --no-cache --log-level verbose --public-url ./ --dist-dir dist-prod",
"deploy:pages": "gh-pages -d dist/",
Expand Down

0 comments on commit 515d9c4

Please sign in to comment.