Skip to content

Commit a900972

Browse files
committed
chore: re-add package-lock.json
1 parent a0a004c commit a900972

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"root": true,
3+
"ignorePatterns": "package-lock.json",
34
"overrides": [
45
{
56
"files": "*.ts",

.github/workflows/feature.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
with:
1414
node-version: "18"
1515
cache: "npm"
16-
- run: npm install
1716
- run: npm run lint
1817
- run: npm run build
1918
timeout-minutes: 10

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
dist
22
node_modules
3-
package-lock.json
43
*.log
54
.*
65
!.babelrc

0 commit comments

Comments
 (0)