Browse Source

CI: Run npm install

Alessandro Pignotti 9 months ago
parent
commit
422d345904
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .circleci/config.yml

+ 1 - 0
.circleci/config.yml

@@ -26,6 +26,7 @@ jobs:
           name: Publish NPM packages
           command: |
             cd webvm/
+            npm install
             npm run build
       - run:
           name: Deploy webvm