Skip to content

Commit cf0e727

Browse files
committed
chore: fix pages script
1 parent f9300ca commit cf0e727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sveltejs"
1313
],
1414
"scripts": {
15-
"pages": "git checkout site && git rebase master && cd site && npm install && npm run export && cd .. && git add . && git commit -m 'chore: update built files' && git push origin $(git subtree split --prefix site/dist site):gh-pages --force && git reset --hard HEAD^ && git push --force origin site && git checkout master",
15+
"pages": "git checkout site -- && git rebase master && cd site && npm install && npm run export && cd .. && git add . && git commit -m 'chore: update built files' && git push origin $(git subtree split --prefix site/dist site):gh-pages --force && git reset --hard HEAD^ && git push --force origin site && git checkout master",
1616
"test": "echo \"Error: no test specified\" && exit 1"
1717
},
1818
"commitlint": {

0 commit comments

Comments
 (0)