Skip to content

Commit 2351a4e

Browse files
committed
Generate dist with webpack
1 parent 3f4eb6e commit 2351a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v1
2020
with:
2121
node-version: 10.x
22-
- run: npm ci
22+
- run: npm run compile
2323
- run: xvfb-run -a npm test
2424
if: runner.os == 'Linux'
2525
- run: npm test

0 commit comments

Comments
 (0)