Skip to content

Commit

Permalink
Merge pull request #93 from dlabrecq/zone-wrap
Browse files Browse the repository at this point in the history
Copy shrink-wrap to dist and use nsp to test it
  • Loading branch information
dlabrecq authored Aug 5, 2017
2 parents 344b35f + 91124af commit 2daa06d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: node_js
node_js:
- '6'

cache:
directories:
- node_modules

notifications:
email: false

node_js:
- '6'

env:
global:
- ENCRYPTION_LABEL: "a8c5e363dc84"
Expand All @@ -24,10 +24,10 @@ install: true
script:
- sh -x ./node_modules/patternfly-eng-release/scripts/_build.sh -x

before_script:
- npm prune

after_success:
- if [[ -s package.json ]]; then cp package.json dist; fi
- if [[ -s npm-shrinkwrap.json ]]; then cp package.json dist; fi
- npm prune
- npm run semantic-release
- npm run publish-travis

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start:demo": "webpack-dev-server --config config/webpack.demo.js --progress --host 0.0.0.0 --port 8001 --profile --watch --content-base dist-demo",
"test": "karma start",
"transpile": "gulp transpile",
"semantic-release": "semantic-release pre && cp package.json dist && npm publish dist/ && semantic-release post",
"semantic-release": "semantic-release pre && npm publish dist/ && semantic-release post",
"semantic-release-build": "npm run build"
},
"license": "Apache-2.0",
Expand Down Expand Up @@ -133,6 +133,7 @@
"mocha": "3.2.0",
"ng-router-loader": "2.1.0",
"npm-run-all": "4.0.2",
"nsp": "2.7.0",
"null-loader": "0.1.1",
"opt-cli": "1.5.1",
"optimize-js-plugin": "0.0.4",
Expand Down

0 comments on commit 2daa06d

Please sign in to comment.