mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Split action, step 2
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"pack": "ncc build src/main.ts --out dist/main",
|
||||
"pack": "ncc build src/main.ts --out dist/main --minify && ncc build src/post.ts --out dist/post --minify",
|
||||
"test": "jest",
|
||||
"all": "npm run build && npm run pack && npm test"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user