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:
authorAlan Orth <alan.orth@gmail.com>2020-12-10 13:49:57 +0300
committerAlan Orth <alan.orth@gmail.com>2020-12-10 13:49:57 +0300
commitd6ab3cda0aa067a4df7ee5ec6125622cd57d0794 (patch)
tree2750ad64040a820156ea9a9a61de0b2d02dc8f3a
parente1dfe242a67faf4aec7722af8d3ad4bfdfee832a (diff)
.drone.yml: Correct npm task
-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