Browse Source

test drone

liubing 10 months ago
parent
commit
1d2857f06f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -5,6 +5,7 @@ steps:
   - name: build
     image: node:21-alpine
     commands:
+    - npm i
     - npm run build:prod
     - git rev-parse --short HEAD > dist/version
   - name: docker