File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,14 @@ jobs:
4545 run : cargo run
4646 working-directory : json_typegen_demo
4747
48- - uses : actions/setup-node@v2
49- with :
50- node-version : ' 14.x'
51- cache : ' npm'
52- cache-dependency-path : json_typegen_web/package-lock.json
53- - run : npm ci
54- working-directory : json_typegen_web
55- - run : npm run build
56- if : matrix.os != 'windows-latest'
57- working-directory : json_typegen_web
48+ # TODO: Re-enable web build. Needs rsw install.
49+ # - uses: actions/setup-node@v2
50+ # with:
51+ # node-version: '14.x'
52+ # cache: 'npm'
53+ # cache-dependency-path: json_typegen_web/package-lock.json
54+ # - run: npm ci
55+ # working-directory: json_typegen_web
56+ # - run: npm run build
57+ # if: matrix.os != 'windows-latest'
58+ # working-directory: json_typegen_web
You can’t perform that action at this time.
0 commit comments