Skip to content

Commit 5d9cd70

Browse files
committed
ci: create folder before building
1 parent ee1f376 commit 5d9cd70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pipeline:
3232
image: node:8
3333
commands:
3434
- npm install 2> /dev/null
35+
- mkdir dist
3536
- npm run build
3637
- npm run dist
3738
when:
@@ -46,4 +47,4 @@ matrix:
4647
- 4
4748
- 6
4849
- 7
49-
- 8
50+
- 8

0 commit comments

Comments
 (0)