Skip to content

Commit 48d0820

Browse files
author
Himanshu Jain
committed
Added chown permission
1 parent 14bf106 commit 48d0820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
node package-deploy/npm-login.js $(cat "/etc/npm-cred/NPM_AUTH_TOKEN")
55
npm whoami
66
npm i
7-
chown root:root .
7+
chown root:root "/root/.npm"
88
npm run package
99
filename="$(npm pack --dry-run | tail -n 1)"
1010
echo "$1"

0 commit comments

Comments
 (0)