Skip to content

Commit

Permalink
revert deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Jan 14, 2018
1 parent dfa3049 commit 8a3865b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions apps.json
@@ -1,7 +0,0 @@
{
"scripts": {
"dokku": {
"predeploy": "./node_modules/bower/bin/bower --interactive=false --allow-root install && ./node_modules/grunt-cli/bin/grunt build --force"
}
}
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -54,6 +54,7 @@
"subdomain": "doubanj",
"scripts": {
"prepublish": "npm prune",
"postinstall": "./node_modules/bower/bin/bower --interactive=false --allow-root install && ./node_modules/grunt-cli/bin/grunt build --force",
"test": "make test",
"start": "node app.js"
}
Expand Down

0 comments on commit 8a3865b

Please sign in to comment.