@candlerip/shared-devops 0.0.14 → 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.
File without changes
File without changes
File without changes
@@ -10,9 +10,15 @@ if [ -d ./_devops ]; then
10
10
  cp -r ./_devops $PUBLISH_PATH
11
11
  fi
12
12
  if [ -d ./dist ]; then
13
- cp -r ./_devops $PUBLISH_PATH
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
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared-devops",
3
- "version": "0.0.14",
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",
@@ -17,6 +17,7 @@
17
17
  "dependencies": {
18
18
  "eslint": "^9.20.1",
19
19
  "globals": "^15.14.0",
20
+ "prettier": "^3.5.0",
20
21
  "tsc-alias": "^1.8.10",
21
22
  "typescript": "^5.7.3",
22
23
  "typescript-eslint": "^8.24.0"