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

Add webpack dep

parent 713aff6d
No related branches found
No related tags found
No related merge requests found
Pipeline #1464 failed
...@@ -19,6 +19,7 @@ test: ...@@ -19,6 +19,7 @@ test:
- gem install bridgetown -N - gem install bridgetown -N
- bundle install - bundle install
- yarn install - yarn install
- yarn add webpack
- yarn webpack --mode production - yarn webpack --mode production
- bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io - bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io
- bin/bridgetown clean - bin/bridgetown clean
...@@ -39,6 +40,7 @@ pages: ...@@ -39,6 +40,7 @@ pages:
- gem install bridgetown -N - gem install bridgetown -N
- bundle install - bundle install
- yarn install - yarn install
- yarn add webpack
- yarn webpack --mode production - yarn webpack --mode production
- bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io - bin/bridgetown build --base_path mysite --url https://bridgetownrb.gitlab.io
- mv output public - mv output public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment