Skip to content

Commit 1767157

Browse files
committed
Submoduuuuuules
1 parent 21c3783 commit 1767157

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
node-version: ${{ matrix.node }}
2929
- name: install
3030
run: npm ci
31-
- name: build
32-
run: npm run build
3331
- name: test
3432
run: npm test
3533
publish:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "node scripts/scrapeBuiltinExtensions.js",
8+
"prebuild": "git submodule update --init",
89
"check": "tsc -p .",
910
"test": "jest",
1011
"pretest": "npm run check && npm run build && prettier --check src/**/*.js",

0 commit comments

Comments
 (0)