File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
"e2e" : " ng e2e" ,
16
16
"validate-release" : " npm run lint && npm run test:app:ci && npm run test:lib:ci" ,
17
17
"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" ,
19
19
"release" : " npm run validate-release && npm run prepare-release && semantic-release -d" ,
20
20
"release:apply" : " npm run validate-release && npm run prepare-release && semantic-release --ci false"
21
21
},
You can’t perform that action at this time.
0 commit comments