Merge pull request #9 from dsec-hub/release/1.0.0

added test checks, update version
This commit is contained in:
RythonDev 2026-09-02 20:39:41 +08:00 committed by GitHub
commit b499a5fb61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": {