8000 update pages · SortableJS/ngx-sortablejs@e393635 · GitHub
[go: up one dir, main page]

Skip to content

Commit e393635

Browse files
committed
update pages
1 parent a62d67a commit e393635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"e2e": "ng e2e",
1616
"validate-release": "npm run lint && npm run test:app:ci && npm run test:lib:ci",
1717
"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",
18-
"pages:update": "cd dist/ngx-sortablejs-app && git add --all && git commit -m 'update pages' && git push origin gh-pages",
18+
"pages:update": "cd dist/ngx-sortablejs-app && git add -A && git commit -m 'update pages' && git push origin gh-pages",
1919
"release": "npm run validate-release && npm run prepare-release && semantic-release -d",
2020
"release:apply": "npm run validate-release && npm run prepare-release && semantic-release --ci false"
2121
},

0 commit comments

Comments
 (0)
0