mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-27 01:36:09 +00:00
Add automatic Pages deploy
Add an automatic Pages deploy on push to main
This commit is contained in:
parent
2a4cd44504
commit
11d3fb8aaf
4 changed files with 51 additions and 56 deletions
|
@ -7,10 +7,8 @@
|
|||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "parcel",
|
||||
"build": "parcel build",
|
||||
"deploy": "echo > ./dist/.nojekyll && git-directory-deploy --directory dist/",
|
||||
"clean": "rm -rf ./dist",
|
||||
"publish": "npm run clean && npm run build && npm run deploy"
|
||||
"build": "parcel build --public-url ./",
|
||||
"clean": "rm -rf ./dist"
|
||||
},
|
||||
"keywords": [
|
||||
"presentation",
|
||||
|
@ -32,7 +30,6 @@
|
|||
"simpledotcss": "^2.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"git-directory-deploy": "^1.5.1",
|
||||
"parcel": "^2.7.0"
|
||||
},
|
||||
"prettier": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue