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

Add webpack dep

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