This commit is contained in:
+4
-4
@@ -6,9 +6,9 @@
|
||||
"publisher": "Christoph",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.cbsk-tech.de/Christoph/vscode-cdl.git"
|
||||
"url": "https://git.cbsk-tech.de/Christoph/nx_post_support.git"
|
||||
},
|
||||
"main": "./client/out/src/extension.js",
|
||||
"main": "./client/dist/extension.js",
|
||||
"keywords": [
|
||||
"cdl",
|
||||
"NX CDL",
|
||||
@@ -75,9 +75,9 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "vite build",
|
||||
"compile": "node esbuild.js --production",
|
||||
"watch": "node esbuild.js --watch",
|
||||
"package": "vite build --mode production"
|
||||
"package": "node esbuild.js --production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/vscode": "^1.96.0",
|
||||
|
||||
Reference in New Issue
Block a user