Merge branch 'master' of https://git.hippoz.xyz/hippoz/brainlet-react
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
commit
f09062a680
1 changed files with 10 additions and 0 deletions
10
bfrontend/.drone.yml
Normal file
10
bfrontend/.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- npm build
|
Loading…
Reference in a new issue