commit ce884f4aa06a269aba9c34e3d132bfb765def7b9
parent 338b1673859fc92710b7866854ad3669579028ca
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 21 Aug 2020 21:39:23 +0200
fix: run deploy with verbose flag
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
@@ -5,7 +5,7 @@
"test": "start-server-and-test 'cargo install cargo-make && cargo make run' http-get://localhost:8000 cy:run:ci",
"cy:open": "cypress open",
"cy:run:ci": "cypress run --browser chrome --record --key 99194b81-775d-4e98-9bac-8f2cc12bc62e --ci-build-id \"${GITHUB_SHA}-${GITHUB_WORKFLOW}-${GITHUB_EVENT_NAME}\" --group github-action-e2e --parallel",
- "deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
+ "deploy": "push-dir --dir=dist --branch=gh-pages --cleanup --verbose"
},
"devDependencies": {
"cross-env": "^7.0.2",