Split action, step 1

This commit is contained in:
Paul Merlin 2020-06-13 13:30:20 +02:00
parent b55d63f1f8
commit 9cc76cdea7
4 changed files with 523 additions and 524 deletions

View file

@ -3,13 +3,12 @@
"version": "1.0.0",
"private": true,
"description": "Execute Gradle Command Line",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"pack": "ncc build",
"pack": "ncc build src/main.ts --out dist/main",
"test": "jest",
"all": "npm run build && npm run pack && npm test"
},