Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvincent committed Sep 13, 2023
1 parent 3d0d663 commit f5f4b89
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
Empty file added .github/workflows/ci.yml
Empty file.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "supernova",
"version": "0.0.0",
"scripts": {
"test": "turbo run test",
"build": "turbo run build",
"build:api": "turbo build --scope=api-v2",
"dev": "npm run dev:api & npm run dev:desktop",
Expand Down
3 changes: 0 additions & 3 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.0.0",
"description": "API client for Supernova",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@supernova/types": "workspace:*"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"test": {},
"lint": {},
"dev": {
"cache": false,
Expand Down

0 comments on commit f5f4b89

Please sign in to comment.