Skip to content

Commit a10e067

Browse files
committed
Try fix client deploy
1 parent 616b4a4 commit a10e067

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.semaphore/client-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ blocks:
3939
- git config --global user.name '$GH_USERNAME'
4040
- git config --global user.email '$GH_EMAIL'
4141

42-
- npm run deploy --ignore-scripts
42+
- npm run deploy
4343

4444
- git config --global url."https://github.com/".insteadOf "[email protected]:"

src/client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"cypress:open": "cypress open",
5050
"cypress:run": "cypress run",
5151
"test:e2e": "start-server-and-test start:ci http://localhost:3030 cypress:run",
52-
"predeploy": "npm run build",
5352
"deploy": "gh-pages -d build"
5453
},
5554
"eslintConfig": {

0 commit comments

Comments
 (0)