Skip to content

Commit a8a5283

Browse files
committed
chore: update
1 parent e2584da commit a8a5283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ node_modules
88
/test.js
99
/test/fixtures/espree-v8/node_modules
1010
/test/fixtures/integrations/**/_actual.json
11-
/dist
11+
/dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"scripts": {
6464
"prebuild": "npm run -s clean",
6565
"build": "tsdown",
66-
"clean": "rimraf .nyc_output .temp coverage index.*",
66+
"clean": "rimraf .nyc_output .temp coverage",
6767
"coverage": "opener ./coverage/lcov-report/index.html",
6868
"lint": "eslint src test package.json",
6969
"pretest": "run-s build lint",

0 commit comments

Comments
 (0)