Skip to content

Commit

Permalink
add deploy to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 committed Dec 19, 2023
1 parent 730ab7d commit 40cd880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"./**.{js,ts,html}\""
"format": "prettier --write \"./**.{js,ts,html}\"",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 40cd880

Please sign in to comment.