Skip to content

Commit 960acef

Browse files
committed
chore: remove concurrently
1 parent b292f40 commit 960acef

File tree

2 files changed

+2
-55
lines changed

2 files changed

+2
-55
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@
1313
"typings": "./types",
1414
"scripts": {
1515
"compile": "npm run build",
16-
"build": "concurrently --prefix '{name}' -c 'blue,green' 'npm:build:*'",
17-
"build:code": "tsup",
18-
"build:icon": "gulp",
16+
"build": "tsup",
1917
"dev": "npm run start",
2018
"fix": "eslint --fix ./src",
21-
"lint:ts": "eslint ./src",
22-
"lint": "concurrently --prefix '{name}' -c 'blue,green' 'npm:lint:*'",
19+
"lint": "eslint ./src",
2320
"prepare": "husky",
2421
"publish:ovsx": "ovsx publish --no-dependencies",
2522
"publish:vsce": "vsce publish --githubBranch main --no-dependencies",
@@ -52,7 +49,6 @@
5249
"@total-typescript/tsconfig": "^1.0.4",
5350
"@types/node": "^20.14.2",
5451
"@types/vscode": "1.85.0",
55-
"concurrently": "^9.1.2",
5652
"cross-env": "^7.0.3",
5753
"eslint": "^9.24.0",
5854
"gulp": "^5.0.0",

pnpm-lock.yaml

Lines changed: 0 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)