File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 4141 node-version : ${{ matrix.node }}
4242 - name : Install Packages
4343 run : npm install
44+ - name : Build
45+ run : npm run build
4446 - name : Test
4547 run : npm test
4648
5860 run : npm install
5961 - name : Install ESLint v8
6062 run : npm install --save-dev eslint@8 --force
63+ - name : Build
64+ run : npm run build
6165 - name : Test
6266 run : npm test
6367
7377 run : npm install
7478 - name : Uninstall @stylistic/eslint-plugin
7579 run : npm uninstall @stylistic/eslint-plugin
80+ - name : Build
81+ run : npm run build
7682 - name : Test
7783 run : npm test
7884
9197 run : npm install
9298 - name : Install @stylistic/eslint-plugin v${{ matrix.stylistic }}
9399 run : npm install -D @stylistic/eslint-plugin@${{ matrix.stylistic }} --force
100+ - name : Build
101+ run : npm run build
94102 - name : Test
95103 run : npm test
96104
@@ -106,5 +114,7 @@ jobs:
106114 run : npm install
107115 - name : Install @typescript-eslint/parser v7
108116 run : npm install -D @typescript-eslint/parser@7 --force
117+ - name : Build
118+ run : npm run build
109119 - name : Test
110120 run : npm test
Original file line number Diff line number Diff line change 2727 - name : Install Dependencies
2828 run : npm install
2929
30+ - name : Build
31+ run : npm run build
32+
3033 - name : Create Release Pull Request or Publish to npm
3134 id : changesets
3235 uses : changesets/action@v1
You can’t perform that action at this time.
0 commit comments