mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-29 05:22:57 +00:00
chore: circle ci (#149)
This commit is contained in:
parent
31b70a7736
commit
ead7fb4233
15
.circleci/config.yml
Normal file
15
.circleci/config.yml
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
@ -1,8 +0,0 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 10.8.0
|
||||
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run build
|
Loading…
x
Reference in New Issue
Block a user