@vighnalabs-packages/utilities 0.0.1 → 0.0.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.
@@ -1,3 +1,12 @@
1
1
  #!/bin/bash
2
+ echo "Started Production Deployment"
3
+ git checkout production
2
4
 
3
- npm config set //registry.npmjs.org/:_authToken=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
5
+ echo "Pulling Latest Code"
6
+ git pull --ff-only
7
+
8
+ echo "Installing Dependencies"
9
+ npm install
10
+
11
+ echo "Running Deployment"
12
+ npm run deploy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vighnalabs-packages/utilities",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/test DELETED
@@ -1 +0,0 @@
1
- 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