Skip to content

Commit

Permalink
(no-deploy-lib) Fix demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
benwinding committed Feb 1, 2024
1 parent 9f05196 commit d200a16
Show file tree
Hide file tree
Showing 4 changed files with 5,146 additions and 4,244 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
path: lib

deploy:
if: "!contains(github.event.head_commit.message, 'no-deploy-lib')"
needs: build
name: Deploy Library
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "test-ra",
"version": "1.0.0",
"scripts": {
"start": "yarn --check-files && PORT=4455 GENERATE_SOURCEMAP=true ../node_modules/.bin/react-scripts start"
"start": "yarn --check-files && PORT=4455 GENERATE_SOURCEMAP=true ../node_modules/.bin/react-scripts start",
"build": "CI=false ../node_modules/.bin/react-scripts build && cp ./build/index.html ./build/404.html"
},
"homepage": "http://benwinding.github.io/react-admin-import-csv",
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react": "^17.0.0",
"react-admin": "4.0.x",
"react-dom": "^17.0.0",
"react-scripts": "^4.x",
"react-scripts": "5.0.1",
"source-map-loader": "^3.0.1",
"ts-jest": "26.x",
"jest": "26.6.0",
Expand Down
Loading

0 comments on commit d200a16

Please sign in to comment.