Skip to content

Commit 957c7fc

Browse files
wherka-amaWaldek Herka
andauthored
fix: ensure that the library is properly built prior to extension (#116)
Co-authored-by: Waldek Herka <waldek.herka@no.reply>
1 parent f728617 commit 957c7fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,8 @@
760760
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
761761
"format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
762762
"vscode:prepublish": "npm run compile",
763-
"compile": "webpack --mode production",
763+
"compile-lib": "cd lib && npm run build",
764+
"compile": "npm run compile-lib && webpack --mode production",
764765
"watch": "webpack --mode development --watch",
765766
"package": "webpack --mode production --devtool hidden-source-map",
766767
"package:vsix": "vsce package",

0 commit comments

Comments
 (0)