Skip to content

Commit

Permalink
chore: change build
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCSolari committed Dec 6, 2023
1 parent 105a398 commit 50c5336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"license": "UNLICENSED",
"description": "web front-ent for cheddar",
"repository": "https://github.com/alpha-fi/cheddar-ui-v1",
"homepage": "https://alpha-fi.github.io/cheddar-ui-v1/",
"scripts": {
"precompile":"yarn build",
"compile":"gh-pages -d build",
"build": "CI=false && yarn build",
"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 50c5336

Please sign in to comment.