-
- Downloads
Update docs and remove separate wasm CI step
Integrated into the appropriate existing steps.
Showing
- .github/CONTRIBUTING.md 15 additions, 11 deletions.github/CONTRIBUTING.md
- .github/workflows/ci.yml 3 additions, 9 deletions.github/workflows/ci.yml
- ci/all.ts 0 additions, 2 deletionsci/all.ts
- ci/fmt.ts 1 addition, 1 deletionci/fmt.ts
- ci/image/Dockerfile 4 additions, 4 deletionsci/image/Dockerfile
- ci/image/push.ts 0 additions, 2 deletionsci/image/push.ts
- ci/lib.ts 8 additions, 3 deletionsci/lib.ts
- ci/lint.ts 11 additions, 2 deletionsci/lint.ts
- ci/test.ts 50 additions, 13 deletionsci/test.ts
- ci/wasm.ts 0 additions, 67 deletionsci/wasm.ts
- package.json 1 addition, 1 deletionpackage.json
- yarn.lock 27 additions, 0 deletionsyarn.lock
ci/wasm.ts
deleted
100755 → 0
... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
"@typescript-eslint/eslint-plugin": "^2.3.2", | "@typescript-eslint/eslint-plugin": "^2.3.2", | ||
"@typescript-eslint/parser": "^2.3.2", | "@typescript-eslint/parser": "^2.3.2", | ||
"await-timeout": "^0.6.0", | "await-timeout": "^0.6.0", | ||
"axios": "^0.19.0", | |||
"child-process-promise": "^2.2.1", | "child-process-promise": "^2.2.1", | ||
"eslint": "^6.5.1", | "eslint": "^6.5.1", | ||
"eslint-config-prettier": "^6.3.0", | "eslint-config-prettier": "^6.3.0", | ||
... | @@ -20,7 +21,6 @@ | ... | @@ -20,7 +21,6 @@ |
"fmt": "./ci/fmt.ts", | "fmt": "./ci/fmt.ts", | ||
"lint": "./ci/lint.ts", | "lint": "./ci/lint.ts", | ||
"test": "./ci/test.ts", | "test": "./ci/test.ts", | ||
"wasm": "./ci/wasm.ts", | |||
"ci": "./ci/all.ts", | "ci": "./ci/all.ts", | ||
"push-ci-image": "ci/image/push.ts" | "push-ci-image": "ci/image/push.ts" | ||
} | } | ||
... | ... |
Please register or sign in to comment