Skip to content

Commit b8356ac

Browse files
committed
Generate dist with webpack
1 parent ae662c6 commit b8356ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v1
1212
with:
1313
node-version: 12
14-
- run: npm ci
14+
- run: npm run compile
1515
- name: Publish to Visual Studio Marketplace
1616
id: publishToVSMarketplace
1717
uses: HaaLeo/publish-vscode-extension@v0

0 commit comments

Comments
 (0)