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 7e682e5 commit 9fd7108Copy full SHA for 9fd7108
.github/workflows/on_push.yml
@@ -18,6 +18,8 @@ jobs:
18
node-version: 16
19
- name: Install dependencies
20
run: npm ci
21
+ - name: Build
22
+ run: npm run build
23
- name: Release
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.husky/pre-commit
@@ -2,4 +2,3 @@
2
. "$(dirname "$0")/_/husky.sh"
3
4
npx --no-install lint-staged
5
-npm run lint
0 commit comments