Skip to content

Commit

Permalink
[ENG-4484] Deploy example app to netlify (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet authored Jun 21, 2024
1 parent eda8be2 commit 435bebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"typescript": "^4.9.5"
},
"scripts": {
"prepare": "cd .. && npm i && npm run build && cd example",
"start": "GENERATE_SOURCEMAP=false PORT=3001 react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev:example": "cd example && npm start",
"clean": "rimraf dist",
"lint": "prettier --write .",
"prepare": "husky install"
"prepare": "husky install || true"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down

0 comments on commit 435bebd

Please sign in to comment.