Skip to content

Commit

Permalink
'Publish'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sogrey committed Nov 8, 2020
1 parent 780d749 commit 01c6c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"init-pagic": "deno install -f --unstable --allow-read --allow-write --allow-net --allow-run --name=pagic https://deno.land/x/pagic/mod.ts",
"start": "pagic build --serve --watch",
"build": "pagic build",
"deploy": "git init & git add -A & git commit -m 'Publish-source' & git push -f https://github.com/Sogrey/Pagic-template.git main",
"deploy": "git init & git add -A & git commit -m 'Publish' & git push -f https://github.com/Sogrey/Pagic-template.git main",
"deploy1": "git init & git add -A & git commit -m 'Publish-source' & git push -f https://github.com/Sogrey/Pagic-template.git main & cd dist & git init & git add -A & git commit -m 'deploy2gh-pages' & git push -f https://github.com/Sogrey/Pagic-template.git master:gh-pages"
},
"repository": {
Expand Down

0 comments on commit 01c6c13

Please sign in to comment.