Minify Build

This commit is contained in:
Henry Painter 2022-08-14 13:04:09 +01:00
parent d748e34e85
commit 9ac6e4619c
2 changed files with 3 additions and 17996 deletions

View file

@ -9,7 +9,7 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"pack": "ncc build",
"pack": "ncc build -m",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
},