Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Oct 27, 2023
1 parent 3564b7b commit ca0e41a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
with:
node-version: '18.x'
- run: npm ci
- run: cp config/Config.elm.tmp config/Config.elm
- run: npm run build --if-present
# - run: npm test
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ test:
build:
npm run build


build-docker:
docker build .

Expand Down

0 comments on commit ca0e41a

Please sign in to comment.