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 22c2fcc commit 832ececCopy full SHA for 832ecec
.github/workflows/build.yml
@@ -8,6 +8,7 @@ jobs:
8
- uses: actions/setup-node@v3
9
with:
10
node-version: 16
11
+ - run: npm ci
12
- run: npm run format:check
13
- run: npm run lint
14
- run: npm run compile -- --noEmit
0 commit comments