We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c3783 commit 1767157Copy full SHA for 1767157
.github/workflows/main.yml
@@ -28,8 +28,6 @@ jobs:
28
node-version: ${{ matrix.node }}
29
- name: install
30
run: npm ci
31
- - name: build
32
- run: npm run build
33
- name: test
34
run: npm test
35
publish:
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"build": "node scripts/scrapeBuiltinExtensions.js",
8
+ "prebuild": "git submodule update --init",
9
"check": "tsc -p .",
10
"test": "jest",
11
"pretest": "npm run check && npm run build && prettier --check src/**/*.js",
0 commit comments