mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 08:46:10 +02:00
Disable minify to get smaller diffs and save space
Due to a limitation in ncc, the js files contain CRLF line endings which are then converted by git.
This commit is contained in:
parent
26ea4afa08
commit
544da49fda
6 changed files with 131095 additions and 39 deletions
|
@ -8,7 +8,7 @@
|
|||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"build": "ncc build src/main.ts --out dist/main --source-map --minify && ncc build src/post.ts --out dist/post --source-map --minify",
|
||||
"build": "ncc build src/main.ts --out dist/main --source-map && ncc build src/post.ts --out dist/post --source-map",
|
||||
"test": "jest",
|
||||
"all": "npm run format && npm run lint && npm run build && npm test"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue