diff --git a/package.json b/package.json index 77db4f7b..40f153d9 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "author": "Webber ", "license": "MIT", "scripts": { + "prebuild": "yarn", "build": "ncc build src --out action --minify", "lint": "prettier --check \"src/**/*.js\" && eslint src", "test": "jest"