@candlerip/shared-devops 0.0.15 → 0.0.16

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.
@@ -13,6 +13,12 @@ if [ -d ./dist ]; then
13
13
  cp -r ./dist $PUBLISH_PATH
14
14
  fi
15
15
 
16
+ ls -al
17
+
18
+ ls -al ./temp
19
+
20
+ ls -al ./temp/npm
21
+
16
22
  npm config set //registry.npmjs.org/:_authToken ${NPM_ACCESS_TOKEN}
17
23
 
18
24
  npm publish $PUBLISH_PATH --access=public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared-devops",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "bin": {
5
5
  "crsd-create-env-file": "./_devops/environment/create-env-file.sh",
6
6
  "crsd-build-publish-to-docker": "./_devops/docker/build-publish-to-docker.sh",