From 9bb12c4e24b67c752feb9a9517a7be86aee583eb Mon Sep 17 00:00:00 2001 From: Marcus Baitz Date: Fri, 16 Mar 2018 07:53:35 +0100 Subject: [PATCH] update npm publish --- frontend/scripts/deploy-npm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scripts/deploy-npm.sh b/frontend/scripts/deploy-npm.sh index f9d93a5112..6988d28ab8 100644 --- a/frontend/scripts/deploy-npm.sh +++ b/frontend/scripts/deploy-npm.sh @@ -1,4 +1,4 @@ #!/bin/bash echo "npm publish ..." echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc -cd ${TRAVIS_BUILD_DIR}/frontend/ && npm install && npm run build && npm publish +cd ${TRAVIS_BUILD_DIR}/frontend/ && npm publish