There was an error while loading. Please reload this page.
1 parent ba9090d commit 3402887Copy full SHA for 3402887
2 files changed
.github/workflows/publish.yml
@@ -24,9 +24,6 @@ jobs:
24
- name: Install dependencies
25
run: npm ci
26
27
- - name: Run tests
28
- run: npm test
29
-
30
- name: Check code formatting
31
run: npm run format:check
32
@@ -39,6 +36,9 @@ jobs:
39
36
- name: Build project
40
37
run: npm run build
41
38
+ - name: Run tests
+ run: npx vitest run -c vitest.config.js
+
42
- name: Publish to npm
43
env:
44
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -12,7 +12,7 @@
12
"homepage": "https://tidewave.ai",
13
"repository": {
14
"type": "git",
15
- "url": "https://github.com/dashbit/tidewave_javascript.git"
+ "url": "git+https://github.com/dashbit/tidewave_javascript.git"
16
},
17
"license": "Apache-2.0",
18
"author": "Dashbit",
0 commit comments