Skip to content

Commit

Permalink
update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
smnbbrv committed Jun 20, 2019
1 parent a62d67a commit e393635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"e2e": "ng e2e",
"validate-release": "npm run lint && npm run test:app:ci && npm run test:lib:ci",
"prepare-release": "npm run build:lib && cp README.md dist/ngx-sortablejs && cp LICENSE.md dist/ngx-sortablejs && npm run build:app && cp dist/ngx-sortablejs-app/index.html dist/ngx-sortablejs-app/404.html",
"pages:update": "cd dist/ngx-sortablejs-app && git add --all && git commit -m 'update pages' && git push origin gh-pages",
"pages:update": "cd dist/ngx-sortablejs-app && git add -A && git commit -m 'update pages' && git push origin gh-pages",
"release": "npm run validate-release && npm run prepare-release && semantic-release -d",
"release:apply": "npm run validate-release && npm run prepare-release && semantic-release --ci false"
},
Expand Down

0 comments on commit e393635

Please sign in to comment.