1
0

update publish pipeline

This commit is contained in:
2024-10-26 21:55:21 +02:00
parent 49d5806d89
commit 7bb935fa53

View File

@@ -15,6 +15,8 @@ jobs:
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Run tests
run: npm test
- name: Build - name: Build
run: npm run build run: npm run build
- name: Publish to npmjs - name: Publish to npmjs