mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
73a10cf270
commit
9201b6c11d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
needs: test_lint
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '15', '14', '13' ]
|
||||
node: [ '15', '14' ]
|
||||
os: [ windows-latest, ubuntu-latest ]
|
||||
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo DODO",
|
||||
"build": "tsc && npm run cdn",
|
||||
"build": "tsc",
|
||||
"lint:check": "eslint . --ext .ts,.tsx",
|
||||
"lint": "npm run lint:check -- --fix",
|
||||
"_format": "prettier '**/*.{ts,tsx,json,md}'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue