Skip to content

Commit

Permalink
Merge pull request #6 from huangjien/nativeUI
Browse files Browse the repository at this point in the history
fix: 🐛 css not packed
  • Loading branch information
huangjien authored Jun 7, 2024
2 parents 2f56b7c + e37ed98 commit 1f35b96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- run: npm install
- run: npm install -g @vscode/vsce
- run: npm run compile
- run: npm run prepublish
- run: vsce package
- run: vsce publish -p ${{ secrets.VSCE_PAT }}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "read jenkins log, analyse with local AI.",
"version": "0.2.21",
"engines": {
"vscode": "^1.89.0"
"vscode": "^1.90.0"
},
"main": "./out/extension.js",
"author": "huangjien <[email protected]>",
Expand Down Expand Up @@ -138,8 +138,8 @@
"@commitlint/config-conventional": "^19.2.2",
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "20.14.1",
"@types/vscode": "^1.89.0",
"@types/node": "20.14.2",
"@types/vscode": "^1.90.0",
"@types/vscode-webview": "^1.57.5",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
Expand All @@ -154,10 +154,10 @@
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
"dependencies": {
Expand All @@ -167,7 +167,7 @@
"axios": "^1.7.2",
"crypto": "^1.0.1",
"marked": "^12.0.2",
"openai": "^4.47.3",
"openai": "^4.49.1",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
Expand Down

0 comments on commit 1f35b96

Please sign in to comment.