Skip to content

Commit 908b7e2

Browse files
committed
#3: Add npm script to fetch and build grammar.
1 parent 9541e59 commit 908b7e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
node-version: ${{ matrix.node-version }}
3535
- run: npm i
3636
- run: npm run lint
37+
- run: npm run fetch-and-build-grammar
3738
- run: npm run unit-test
3839
- run: npm run build
3940
- run: npm run package

0 commit comments

Comments
 (0)