Skip to content

Commit 6d60778

Browse files
committed
Changes scripts (patch)
1 parent 0030340 commit 6d60778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"node": ">=12.14.1"
2121
},
2222
"scripts": {
23-
"test": "standard && npm audit && ava",
24-
"test-offline": "standard && ava",
23+
"test": "standard && ava",
24+
"audit": "npm audit",
2525
"coverage": "nyc ava",
2626
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
2727
"standard-fix": "standard --fix",

0 commit comments

Comments
 (0)