From b45aa49e2b8e702764ad07ff79ed48493b509f5c Mon Sep 17 00:00:00 2001 From: yicone Date: Fri, 29 Jan 2021 22:27:58 +0800 Subject: [PATCH] chore: remove outdated and incompatible args of bili --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03915aa..79fc8fe 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "main": "./dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "bili --name index --plugin vue --vue.css false" + "build": "bili" }, "files": [ "dist/*"