add .drone.yml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
6d8f26bfee
commit
1ec760011d
|
@ -0,0 +1,12 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: node
|
||||
commands:
|
||||
- yarn install --frozen-lockfile
|
||||
- name: build
|
||||
image: node
|
||||
commands:
|
||||
- yarn build --prefix-paths
|
Loading…
Reference in New Issue