Skip to content

Commit 665efb7

Browse files
committed
chore(release): bump patternfly-eng-release version
Backed out the recently added nsp check, which requires an npm install. Instead, the nsp check has been added back to the build scripts, which already handle the npm install.
1 parent 6f758e2 commit 665efb7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ before_install:
2323

2424
install: true
2525

26-
27-
before_script:
28-
# If this command fails and you can't fix it, file an issue and add an exception to .nsprc
29-
- npm run nsp-check
30-
3126
script:
3227
- sh -x ./node_modules/patternfly-eng-release/scripts/_build.sh -a
3328

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"karma-phantomjs-launcher": "^1.0.0",
5555
"matchdep": "0.3.0",
5656
"nsp": "^2.6.1",
57-
"patternfly-eng-release": "^3.26.29",
57+
"patternfly-eng-release": "^3.26.35",
5858
"semantic-release": "^6.3.6"
5959
},
6060
"optionalDependencies": {
@@ -83,7 +83,6 @@
8383
"ngdocs": "grunt ngdocs",
8484
"ngdocs:view": "grunt ngdocs:view",
8585
"ngdocs:publish": "grunt ngdocs:publish",
86-
"nsp-check": "nsp check",
8786
"lint": "grunt lint",
8887
"test": "grunt test",
8988
"check": "grunt check",

0 commit comments

Comments
 (0)