@leverege/build-tools 2.28.0-beta.2 → 2.28.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/helmup +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.28.0-beta.2",
3
+ "version": "2.28.0-beta.3",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
package/src/helmup CHANGED
@@ -144,7 +144,7 @@ MISSING_HELMUP_PLUGIN
144
144
 
145
145
  cp -a $SERVICE_CHART .
146
146
  # because npm tends to not allow .gitinore files the easy way...
147
- [ -f "$SERVICE/gitignore" && mv $SERVICE/gitignore $SERVICE/.gitignore
147
+ [ -f "$SERVICE/gitignore" ] && mv $SERVICE/gitignore $SERVICE/.gitignore
148
148
  git add $SERVICE
149
149
  overwhelm.js --genvals
150
150
  ifPluggedIn $SERVICE