Skip to content

Commit 90ed1d3

Browse files
committed
fix: 改用新的 nt 命令
1 parent dfc176a commit 90ed1d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/translator/deploy-cn.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ yarn
2020

2121
cp -r ../dist/docs-content-pkg/* node_modules/@angular/components-examples/
2222

23-
nt mark 'node_modules/@angular/components-examples/docs-content/api-docs/**/*.html'
24-
nt mark 'node_modules/@angular/components-examples/docs-content/guides/**/*.html'
25-
nt mark 'node_modules/@angular/components-examples/docs-content/overviews/**/*.html'
23+
nt export 'node_modules/@angular/components-examples/docs-content/api-docs/**/*.html'
24+
nt export 'node_modules/@angular/components-examples/docs-content/guides/**/*.html'
25+
nt export 'node_modules/@angular/components-examples/docs-content/overviews/**/*.html'
2626

2727
./scripts/ci/deploy-cn.sh

0 commit comments

Comments
 (0)