Skip to content

Commit 9280335

Browse files
committed
chore: update test script
1 parent ef6d6dd commit 9280335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fetch"
1111
],
1212
"scripts": {
13-
"test": "ava",
13+
"test": "npm run build",
1414
"build": "webpack --display-error-details --progress --colors",
1515
"watch": "webpack --display-error-details --progress --colors --watch",
1616
"generate": "all-contributors generate",

0 commit comments

Comments
 (0)