fix dist file and improve automation

pull/51/head v1.6
Webber 2020-03-09 23:58:40 +01:00
parent cd86c7302b
commit 31ae95179d
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

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