Skip to content

Commit

Permalink
fix: upload dist files to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
theoomoregbee committed Oct 15, 2018
1 parent 99c46ae commit 7eb8ecf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@
"copy:img": "cp -r ./img/ dist/alert/img",
"packager": "npm run build:lib && npm run build-css && npm run copy:readme && npm run copy:img",
"deploy": "ng build --prod --base-href='/ngAlert/' && cp ./dist/index.html ./dist/404.html && ./node_modules/.bin/angular-cli-ghpages",
"prepublishOnly": "npm run packager",
"prepublishOnly": "npm run packager && cd dist/alert",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"files": [
"dist/alert"
],
"private": false,
"dependencies": {
"@angular/animations": "^6.1.0",
Expand Down

0 comments on commit 7eb8ecf

Please sign in to comment.