added test checks, update version

This commit is contained in:
liyunze 2026-09-02 20:28:55 +08:00
parent 5bf837cc09
commit 6b5e80203c
2 changed files with 7 additions and 1 deletions

View file

@ -29,3 +29,9 @@ jobs:
- name: Svelte check - name: Svelte check
run: npm run check run: npm run check
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: Test
run: npm test

View file

@ -1,6 +1,6 @@
{ {
"name": "dsec-notebook", "name": "dsec-notebook",
"version": "0.0.1", "version": "1.0.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {