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

Drop webpack in favour of esbuild

parent 75bf44ef
No related branches found
No related tags found
No related merge requests found
Pipeline #1468 passed
...@@ -19,7 +19,6 @@ test: ...@@ -19,7 +19,6 @@ test:
- gem install bridgetown -N - gem install bridgetown -N
- bundle install - bundle install
- yarn install - yarn install
- yarn run esbuild
- bin/bridgetown deploy - bin/bridgetown deploy
- bin/bridgetown clean - bin/bridgetown clean
except: except:
...@@ -39,7 +38,6 @@ pages: ...@@ -39,7 +38,6 @@ pages:
- gem install bridgetown -N - gem install bridgetown -N
- bundle install - bundle install
- yarn install - yarn install
- yarn run esbuild
- bin/bridgetown deploy - bin/bridgetown deploy
- mv output public - mv output public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment