mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
build: re-enable code minification (#1171)
This commit is contained in:
54140
dist/index.js
vendored
54140
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -9,7 +9,7 @@
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "ncc build src/index.ts -o dist",
|
||||
"build": "ncc build src/index.ts -o dist -m",
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write src/** action.yml README.md",
|
||||
"format:check": "prettier --check src/** action.yml README.md"
|
||||
|
||||
Reference in New Issue
Block a user