mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-18 16:42:21 +01:00
.drone.yml: Correct npm task
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e1dfe242a6
commit
d6ab3cda0a
@ -7,7 +7,7 @@ steps:
|
||||
image: node:10-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run dist
|
||||
- npm run build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -19,7 +19,7 @@ steps:
|
||||
image: node:12-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run dist
|
||||
- npm run build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -31,4 +31,4 @@ steps:
|
||||
image: node:14-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run dist
|
||||
- npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user