mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
16 lines
230 B
YAML
16 lines
230 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: circleci/node
|
|
steps:
|
|
- checkout
|
|
- run: npm install
|
|
- run: npm run lint
|
|
- run: npm run build
|
|
workflows:
|
|
version: 2
|
|
build:
|
|
jobs:
|
|
- build
|