Skip to content

Commit

Permalink
build: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 6, 2023
1 parent 12fe3d5 commit 817a6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@
"license": "MIT",
"ava": {
"files": [
"test/**/*.js",
"!test/helpers.js"
"!test/helpers.js",
"test/**/*.js"
],
"timeout": "1m"
},
Expand All @@ -209,7 +209,7 @@
"standard-markdown"
],
"package.json": [
"finepack --sort-ignore-object-at ava"
"finepack"
]
},
"pnpm": {
Expand Down

0 comments on commit 817a6ba

Please sign in to comment.