mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-10-01 01:35:37 -04:00
9 lines
156 B
YAML
9 lines
156 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "9.0.0"
|
||
|
|
||
|
install:
|
||
|
- npm i -g yarn webpack webpack-cli webpack-dev-server && yarn
|
||
|
|
||
|
before_script:
|
||
|
- yarn run build
|