Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
built
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBack committed Dec 14, 2020
1 parent 073bb86 commit e9328e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"compile": "./node_modules/.bin/grunt && cp -r api/ dist/",
"deploy": "npm run compile",
"publish": "git add . && git commit -m \"built\" && git push && git subtree push --prefix dist 5apps master",
"compileandpublish": "npm run compile && npm run publish"
"compileandpublish": "npm run compile && npm run publish",
"addremote": "git remote add 5apps git@5apps.com:tosdr_tosdr.git"
},
"version": "0.0.0-18",
"repository": "git@github.com:tosdr/tosdr.org.git",
Expand Down

0 comments on commit e9328e4

Please sign in to comment.