mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
fix: builder not building for both things
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
parent
e4b8ab4db8
commit
99f153bf74
@ -66,7 +66,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"vscode:prepublish": "tsc --project tsconfig.json",
|
"vscode:prepublish": "npm run build",
|
||||||
"build": "npm run build:native && npm run build:browser",
|
"build": "npm run build:native && npm run build:browser",
|
||||||
"build:browser": "node esbuild.js",
|
"build:browser": "node esbuild.js",
|
||||||
"build:native": "tsc --project tsconfig.json",
|
"build:native": "tsc --project tsconfig.json",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user