mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Make the workflow more straignforward
This commit is contained in:
parent
a24a61b3db
commit
b2cf360940
4 changed files with 125 additions and 229 deletions
|
|
@ -16,7 +16,6 @@
|
|||
"cdn:esm": "tsc -p tsconfig.esm.json",
|
||||
"cdn": "npm run cdn:bundle && npm run cdn:esm",
|
||||
"build": "tsc && npm run cdn",
|
||||
"enable_short_import_path": "npm run build && denoify_enable_short_npm_import_path",
|
||||
"lint:check": "eslint . --ext .ts,.tsx",
|
||||
"lint": "npm run lint:check -- --fix",
|
||||
"_format": "prettier '**/*.{ts,tsx,json,md}'",
|
||||
|
|
@ -51,7 +50,6 @@
|
|||
"@types/node": "^10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
||||
"@typescript-eslint/parser": "^4.15.1",
|
||||
"denoify": "^0.6.4",
|
||||
"eslint": "^7.20.0",
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
"evt": "^1.8.11",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue