File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
"format" : " prettier --write --plugin-search-dir=. ." ,
20
20
"pages" : " npm run bootstrap && npm run pages:build && npm run pages:push" ,
21
21
"pages:build" : " cd packages/site && npm run build && cd ../.." ,
22
- "pages:push" : " git add -f packages/site/build && git commit -m 'chore: update built files' && git push origin $(git subtree split --prefix packages/site/build master):gh-pages --force && git reset --hard HEAD^" ,
22
+ "pages:push" : " git add -f packages/site/build && git commit -m 'chore: update built files' && git push origin $(git subtree split --prefix packages/site/build master):refs/heads/ gh-pages --force && git reset --hard HEAD^" ,
23
23
"prepare" : " husky install" ,
24
24
"test" : " echo \" Error: no test specified\" && exit 1"
25
25
},
You can’t perform that action at this time.
0 commit comments