Skip to content

Commit 0277880

Browse files
authored
Update prerelease.yml
1 parent 4568e55 commit 0277880

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
with:
1818
node-version: 14
1919
- run: npm install
20-
- run: npm run install-react-mui
2120
- run: npm run build
2221
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
2322

@@ -32,7 +31,6 @@ jobs:
3231
node-version: 14
3332
registry-url: https://registry.npmjs.org/
3433
- run: npm install
35-
- run: npm run install-react-mui
3634
- run: npm run build
3735
- run: npm install -g json
3836
- run: json -I -f package.json -e 'this.scripts.postinstall="echo done"'
@@ -51,7 +49,6 @@ jobs:
5149
node-version: 14
5250
registry-url: https://npm.pkg.github.com/
5351
- run: npm install
54-
- run: npm run install-react-mui
5552
- run: npm run build
5653
- run: npm install -g json
5754
- run: json -I -f package.json -e 'this.name="@vip-git/react-jsonschema-form-material-ui"'

0 commit comments

Comments
 (0)