Skip to content

Commit 5ff7965

Browse files
committed
chore: remove solution for ci configuration
1 parent ef9ae69 commit 5ff7965

3 files changed

Lines changed: 1 addition & 128 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"dev:ci": "CI=true VITE_COVERAGE=true vite",
98
"build": "tsc -b && vite build",
109
"lint": "eslint .",
1110
"test": "vitest",
1211
"preview": "vite preview",
1312
"serve": "json-server --watch data/data.json --routes data/routes.json --port 3001",
14-
"serve:dev": "npm-run-all --parallel serve dev",
15-
"test:ci": "node scripts/run-tests-ci.js",
16-
"collect:coverage:html": "npx nyc report --reporter=html --report-dir=coverage",
17-
"collect:coverage:lcov": "npx nyc report --reporter=lcov --report-dir=coverage",
18-
"collect:coverage:text": "npx nyc report --reporter=text --report-dir=coverage"
13+
"serve:dev": "npm-run-all --parallel serve dev"
1914
},
2015
"dependencies": {
2116
"@radix-ui/react-avatar": "^1.1.4",

scripts/run-tests-ci.js

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)