We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc4f22 commit 88dc93aCopy full SHA for 88dc93a
deploy.sh
@@ -6,7 +6,6 @@ npm whoami
6
npm i
7
npm run package
8
filename="$(npm pack --dry-run | tail -n 1)"
9
-npm publish $filename --registry=https://registry.npmjs.org/
10
echo "$1"
11
12
if [[ "$1" == "qa" ]] || [[ "$1" == "master" ]] || [[ "$1" == "staging" ]] || [[ "$1" == "staging-app2" ]]
package.json
@@ -4,7 +4,8 @@
4
"description": "ESLint configuration for micro-services built using Node.js and TypeScript",
5
"main": "index.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "package": "npm pack"
},
"author": "Rajat Saxena <[email protected]>",
"license": "ISC",
0 commit comments