Skip to content

Commit 1a4b1fd

Browse files
committed
Test CI more
1 parent 951dacb commit 1a4b1fd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/tsconfig/es/options/checkJs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ No obtendrás ningún error. Sin embargo, si habilitas `checkJs` entonces obtend
3232
// @allowjs: true
3333
// @checkjs: true
3434
// @filename: constants.js
35-
module.exports.pi = parseFloat(3.124);
35+
module.expor=seFloat(3.124);
3636

3737
// @filename: index.ts
3838
import { pi } from "./constants";

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"author": "Microsoft",
66
"license": "MIT",
77
"scripts": {
8-
"pull-en": "docs-sync pull-en microsoft/TypeScript-Website#v2",
9-
"pull-others": "docs-sync yarn pull-en microsoft/TypeScript-Website#v2 --all"
8+
"pull-en": "docs-sync get-en microsoft/TypeScript-Website#v2",
9+
"pull-others": "docs-sync yarn get-en microsoft/TypeScript-Website#v2 --all",
10+
"validate-paths": "docs-sync validate-against-en"
1011
},
1112
"dependencies": {
1213
"@oss-docs/sync": "*"

0 commit comments

Comments
 (0)