Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 99b79b8

Browse files
committed
fix(release): Remove install of npm3 in order to use NPM_TOKEN
1 parent cace24b commit 99b79b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717
- TRIGGER_REPO_BRANCH: "master"
1818

1919
before_install:
20-
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
2120
- npm install git+https://github.com/patternfly/patternfly-eng-release.git
2221

2322
install: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"start:demo": "webpack-dev-server --config config/webpack.demo.js --progress --host 0.0.0.0 --port 8001 --profile --watch --content-base dist-demo",
2323
"test": "karma start",
2424
"transpile": "gulp transpile",
25-
"semantic-release": "semantic-release pre && cp -r .git package.json dist && npm publish dist/ && semantic-release post",
25+
"semantic-release": "semantic-release pre && cp package.json dist && npm publish dist/ && semantic-release post",
2626
"semantic-release-build": "npm run build"
2727
},
2828
"license": "Apache-2.0",

0 commit comments

Comments
 (0)