Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit cfd3780

Browse files
committed
wip
1 parent 0615f66 commit cfd3780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
},
267267
"scripts": {
268268
"vscode:prepublish": "npm run clean && npm run compile",
269-
"compile": "tsc -p ./",
269+
"compile": "npm run dev:compile",
270270
"clean": "rm -rf out || rmdir out /s /q && rm -rf quickstartsPreview",
271271
"watch": "tsc -watch -p ./",
272272
"pretest": "npm run compile",

0 commit comments

Comments
 (0)