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

Commit

Permalink
Heroku pipeline trials (#354)
Browse files Browse the repository at this point in the history
* push

* push

* push

* push

* push
  • Loading branch information
mmahalwy authored Jun 25, 2016
1 parent bd3e55c commit 540950f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
"scripts": {
},
"env": {
"API_URL": "http://api.quran.com:3000",
"USE_LOCAL_ASSETS": "true"
},
"formation": {
},
"addons": [

],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-container-tools"
}
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quran",
"version": "1.0.0",
"private": true,
"private": false,
"scripts": {
"test": "./node_modules/karma/bin/karma start",
"test:ci:unit": "./node_modules/karma/bin/karma start --browsers PhantomJS --single-run; npm run test:ci:lint",
Expand All @@ -13,6 +13,7 @@
"dev": "node webpack/dev-server.js & PORT=8000 node start.js",
"start": "NODE_PATH=\"./src\" node ./start",
"build": "node ./node_modules/webpack/bin/webpack.js --config webpack/prod.config.js",
"postinstall": "npm run build",
"validate": "npm ls",
"analyze:build": "env NODE_ENV=production ./node_modules/webpack/bin/webpack.js --json --config webpack/prod.config.js > bundle-stats.json",
"analyze:json": "webpack-bundle-size-analyzer bundle-stats.json"
Expand Down

0 comments on commit 540950f

Please sign in to comment.