Skip to content

Commit f5f4b89

Browse files
committed
add ci
1 parent 3d0d663 commit f5f4b89

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Whitespace-only changes.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "supernova",
33
"version": "0.0.0",
44
"scripts": {
5+
"test": "turbo run test",
56
"build": "turbo run build",
67
"build:api": "turbo build --scope=api-v2",
78
"dev": "npm run dev:api & npm run dev:desktop",

packages/api-client/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.0.0",
44
"description": "API client for Supernova",
55
"main": "index.ts",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
96
"dependencies": {
107
"@supernova/types": "workspace:*"
118
},

packages/types/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.ts",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
96
"keywords": [],
107
"author": "",
118
"license": "ISC"

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"dependsOn": ["^build"],
77
"outputs": [".next/**", "!.next/cache/**"]
88
},
9+
"test": {},
910
"lint": {},
1011
"dev": {
1112
"cache": false,

0 commit comments

Comments
 (0)