Skip to content
Snippets Groups Projects
Commit 75bf44ef authored by David O'Regan's avatar David O'Regan
Browse files

Drop webpack in favour of esbuild

parent 360231ee
No related branches found
No related tags found
No related merge requests found
Pipeline #1467 passed
......@@ -20,7 +20,7 @@ test:
- bundle install
- yarn install
- yarn run esbuild
- bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io
- bin/bridgetown deploy
- bin/bridgetown clean
except:
- main
......@@ -40,7 +40,7 @@ pages:
- bundle install
- yarn install
- yarn run esbuild
- bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io
- bin/bridgetown deploy
- mv output public
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment