Skip to content

Commit e853115

Browse files
committed
fix npm scripts issue
1 parent ea0239f commit e853115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prepublishOnly": "yarn run build",
1717
"predeploy": "yarn add hls.js && yarn run build:demo && echo 'vue-aplayer.js.org' > demo/CNAME",
1818
"lint": "eslint --ext .js,.vue src",
19-
"test": "yarn run test"
19+
"test": "yarn run lint"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)