Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 0605df7..250e627 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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