install deps during build phase

This commit is contained in:
Webber 2020-03-09 23:37:39 +01:00 committed by Webber Takken
parent 38b6a42f5e
commit 8684472273

View File

@ -7,6 +7,7 @@
"author": "Webber <webber@takken.io>", "author": "Webber <webber@takken.io>",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"prebuild": "yarn",
"build": "ncc build src --out action --minify", "build": "ncc build src --out action --minify",
"lint": "prettier --check \"src/**/*.js\" && eslint src", "lint": "prettier --check \"src/**/*.js\" && eslint src",
"test": "jest" "test": "jest"