Skip to content

Commit 7752b3b

Browse files
committed
chore: add test script
1 parent 077a62a commit 7752b3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@
365365
},
366366
"scripts": {
367367
"lint": "eslint .",
368-
"lint:fix": "eslint . --fix"
368+
"lint:fix": "eslint . --fix",
369+
"test": "apm test"
369370
},
370371
"babel": {
371372
"presets": [

0 commit comments

Comments
 (0)