mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Run test on windows as well
This commit is contained in:
parent
ccbbcf384d
commit
b3929f4657
4 changed files with 312 additions and 255 deletions
23
package.json
23
package.json
|
|
@ -21,8 +21,7 @@
|
|||
"lint": "npm run lint:check -- --fix",
|
||||
"_format": "prettier '**/*.{ts,tsx,json,md}'",
|
||||
"format": "npm run _format -- --write",
|
||||
"format:check": "npm run _format -- --list-different",
|
||||
"clean": "rm -rf dist deno_dist node_modules mod.ts"
|
||||
"format:check": "npm run _format -- --list-different"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx}": [
|
||||
|
|
@ -49,18 +48,18 @@
|
|||
"keywords": [],
|
||||
"homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#",
|
||||
"devDependencies": {
|
||||
"typescript": "^3.9.7",
|
||||
"typescript": "^4.0.3",
|
||||
"@types/node": "^10.0.0",
|
||||
"denoify": "0.4.11",
|
||||
"evt": "1.8.7",
|
||||
"simplifyify": "8.0.3",
|
||||
"terser": "5.1.0",
|
||||
"husky": "^4.2.5",
|
||||
"denoify": "^0.5.10",
|
||||
"evt": "^1.8.11",
|
||||
"simplifyify": "^8.0.3",
|
||||
"terser": "^5.3.8",
|
||||
"husky": "^4.3.0",
|
||||
"prettier": "^2.0.5",
|
||||
"eslint": "^7.7.0",
|
||||
"@typescript-eslint/parser": "^3.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"lint-staged": "^10.2.11"
|
||||
"@typescript-eslint/parser": "^4.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
||||
"eslint-config-prettier": "^6.14.0",
|
||||
"lint-staged": "^10.4.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue