File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 33
33
uses : actions/setup-node@v1
34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
- - run : rm -rf package.json && mv wdio-package.json package.json && npm install
36
+ - run : rm -rf package.json && mv wdio-package.json package.json && npm install && npm run install-react-mui
37
37
# - name: "Check if deployment is done"
38
38
# env:
39
39
# VERCEL_TOKEN: ${{secrets.VERCEL_TOKEN}}
Original file line number Diff line number Diff line change 29
29
with :
30
30
node-version : ${{ matrix.node-version }}
31
31
- run : npm install --force
32
+ - run : npm run install-react-mui
32
33
- run : npm run build
33
34
- run : npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
34
35
- name : Codecov
Original file line number Diff line number Diff line change 17
17
with :
18
18
node-version : 14
19
19
- run : npm install
20
+ - run : npm run install-react-mui
20
21
- run : npm run build
21
22
- run : npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
22
23
31
32
node-version : 14
32
33
registry-url : https://registry.npmjs.org/
33
34
- run : npm install
35
+ - run : npm run install-react-mui
34
36
- run : npm run build
35
37
- run : npm install -g json
36
38
- run : json -I -f package.json -e 'this.scripts.postinstall="echo done"'
49
51
node-version : 14
50
52
registry-url : https://npm.pkg.github.com/
51
53
- run : npm install
54
+ - run : npm run install-react-mui
52
55
- run : npm run build
53
56
- run : npm install -g json
54
57
- run : json -I -f package.json -e 'this.name="@vip-git/react-jsonschema-form-material-ui"'
Original file line number Diff line number Diff line change 17
17
with :
18
18
node-version : 14
19
19
- run : npm install
20
+ - run : npm run install-react-mui
20
21
- run : npm run build
21
22
- run : npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
22
23
31
32
node-version : 14
32
33
registry-url : https://registry.npmjs.org/
33
34
- run : npm install
35
+ - run : npm run install-react-mui
34
36
- run : npm run build
35
37
- run : npx tsc index.js --declaration --allowJs --emitDeclarationOnly --skipLibCheck --outDir .
36
38
- run : npm install -g json
50
52
node-version : 14
51
53
registry-url : https://npm.pkg.github.com/
52
54
- run : npm install
55
+ - run : npm run install-react-mui
53
56
- run : npm run build
54
57
- run : npx tsc index.js --declaration --allowJs --emitDeclarationOnly --skipLibCheck --outDir .
55
58
- run : npm install -g json
You can’t perform that action at this time.
0 commit comments