produce artifacts on GH CI, fix missing package-lock

This commit is contained in:
mwoz123 2023-08-13 15:15:11 +02:00
parent def6fcb322
commit e7101ac644
2 changed files with 2211 additions and 1 deletions

View File

@ -26,6 +26,13 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: 'npm'
- run: npm i - run: npm ci
- run: npm run build - run: npm run build
- run: npm test --if-present - run: npm test --if-present
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: obsidian-sample-plugin-artifacts
path: |
main.js
manifest.json

2203
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff