Skip to content

Commit

Permalink
🔨 fix predeploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgia Bosellom committed Feb 27, 2023
1 parent e3c914d commit 41837c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"predeploy": "cd docs && yarn install && yarn run build",
"deploy": "gh-pages -d docs/build"
"predeploy": "cd docs && yarn install && yarn build",
"deploy": "gh-pages -d docs/build",
"publish": "yarn build && npm publish"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down

0 comments on commit 41837c1

Please sign in to comment.