We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b619090 commit 07e22d0Copy full SHA for 07e22d0
package.json
@@ -13,7 +13,8 @@
13
"preinit:dist": "rimraf dist/",
14
"init:dist": "mkdir dist && cp assets/* dist/",
15
"preinit:deploy": "npm run init:dist",
16
- "init:deploy": "git clone https://github.com/piotrwitek/react-redux-typescript-starter-kit --branch gh-pages dist",
+ "init:deploy": "git clone https://github.com/piotrwitek/react-redux-typescript-starter-kit --branch gh-pages gh-pages-clone",
17
+ "postinit:deploy": "mv gh-pages-clone/.git dist/.git && rimraf gh-pages-clone/",
18
"deploy": "cd dist && git checkout gh-pages && git add --all && git commit -m \"New Release\" && git push",
19
"precommit": "npm run lint",
20
"prepush": "npm run lint && npm test",
0 commit comments