Skip to content

Commit

Permalink
'Publish-source'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sogrey committed Nov 8, 2020
1 parent 61eeffc commit 13dcea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"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 --serve",
"deploy": "npm start & bash deploy.sh"
"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 & 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": {
"type": "git",
Expand Down

0 comments on commit 13dcea1

Please sign in to comment.