We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a004c commit a900972Copy full SHA for a900972
.eslintrc
@@ -1,5 +1,6 @@
1
{
2
"root": true,
3
+ "ignorePatterns": "package-lock.json",
4
"overrides": [
5
6
"files": "*.ts",
.github/workflows/feature.yaml
@@ -13,7 +13,6 @@ jobs:
13
with:
14
node-version: "18"
15
cache: "npm"
16
- - run: npm install
17
- run: npm run lint
18
- run: npm run build
19
timeout-minutes: 10
.gitignore
@@ -1,6 +1,5 @@
dist
node_modules
-package-lock.json
*.log
.*
!.babelrc
0 commit comments