Skip to content

Commit

Permalink
remove npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Jul 21, 2024
1 parent a81effe commit 64b48ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm --no-git-tag-version version patch && git add .
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jenkins-log-reader",
"displayName": "jenkins-log-reader",
"description": "read jenkins log, analyse with local AI.",
"version": "0.3.9",
"version": "0.3.10",
"engines": {
"vscode": "^1.91.0"
},
Expand Down Expand Up @@ -121,7 +121,7 @@
"vscode:prepublish": "npm run package",
"compile:esbuild": "node ./esbuild.js ",
"compile:css": "npx tailwindcss -i ./src/extension.css -o ./out/extension.css --minify",
"compile": "npm-run-all --parallel compile:*",
"compile": "npm run compile:esbuild && npm run compile:css",
"package": "NODE_ENV=production node ./esbuild.js",
"watch": "node ./esbuild.js && npx tailwindcss -i ./src/extension.css -o ./out/extension.css --minify",
"test": "vscode-test",
Expand All @@ -143,7 +143,6 @@
"glob": "^11.0.0",
"husky": "^9.1.1",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"react": "18.3.1",
Expand Down

0 comments on commit 64b48ec

Please sign in to comment.