File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 20
20
- run : npm run build
21
21
- run : npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
22
22
23
- publish-npm :
23
+ publish-npm-react :
24
24
if : " !github.event.release.prerelease"
25
25
needs : build
26
26
runs-on : ubuntu-latest
@@ -34,12 +34,13 @@ jobs:
34
34
- run : npm run build
35
35
- run : npx tsc index.js --declaration --allowJs --emitDeclarationOnly --skipLibCheck --outDir .
36
36
- run : npm install -g json
37
+ - run : json -I -f package.json -e 'this.name="react-jsonschema-form-material-ui"'
37
38
- run : json -I -f package.json -e 'this.scripts.postinstall="echo done"'
38
39
- run : npm publish
39
40
env :
40
41
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
41
42
42
- publish-gpr :
43
+ publish-gp-react :
43
44
if : " !github.event.release.prerelease"
44
45
needs : build
45
46
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments