Skip to content

Commit

Permalink
Update brb so it doesn't ignore .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrooker committed Jul 12, 2017
1 parent 914b022 commit ca397df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"dependencies": {
"babel-preset-env": "^1.6.0",
"boiler-room-builder": "next"
"boiler-room-builder": "^2.0.0-17"
}
}
4 changes: 2 additions & 2 deletions packages/experience-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "npm run build && npm run serve",
"serve": "brb serve --config='./webpack.shared.config'",
"build": "brb build --config='./webpack.shared.config'",
"build": "rm -rf dist && brb build --config='./webpack.shared.config'",
"deploy": "brb deploy --target s3 --bucket everydayhero.do --prefix experience.everydayhero.do && brb deploy --target s3 --bucket everydayhero.do --prefix experience.everydayhero.com",
"lint": "standard",
"prepublish": "npm run build"
Expand All @@ -17,7 +17,7 @@
"@everydayhero/brand-assets": "^4.2.4",
"@everydayhero/rug": "^7.0.0",
"@everydayhero/stranger": "^7.0.0",
"boiler-room-builder": "next",
"boiler-room-builder": "^2.0.0-17",
"boiler-room-runner": "next",
"color": "^2.0.0",
"dotenv-webpack": "^1.3.1",
Expand Down

0 comments on commit ca397df

Please sign in to comment.