Skip to content

Commit 91c6e1e

Browse files
authored
drop redunant flag
This flag is now redundant based on the previous commit which makes this option default in the config
1 parent 1d57b70 commit 91c6e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prepack": "npm run build",
3232
"presize": "npm run build",
3333
"size": "size-limit",
34-
"test": "web-test-runner test/* --node-resolve"
34+
"test": "web-test-runner test/*"
3535
},
3636
"prettier": "@github/prettier-config",
3737
"devDependencies": {

0 commit comments

Comments
 (0)