mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-13 06:44:38 +00:00
chore: Add minify option to ncc
This commit is contained in:
parent
618acc18f3
commit
7c4605913c
@ -12,7 +12,7 @@
|
||||
"lint": "eslint ./{src,__tests__}/**/*.ts",
|
||||
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
|
||||
"test": "jest --coverage --verbose --detectOpenHandles",
|
||||
"build": "ncc build ./src/index.ts -o lib",
|
||||
"build": "ncc build ./src/index.ts -o lib --minify",
|
||||
"tsc": "tsc",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format:check": "prettier --check **/*.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user