We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07486c8 commit 303f5ebCopy full SHA for 303f5eb
1 file changed
.github/workflows/release.yml
@@ -47,6 +47,7 @@ jobs:
47
- run: npm run build
48
- run: npm install -g json
49
- run: json -I -f package.json -e 'this.name="@vip-git/react-jsonschema-form-material-ui"'
50
+ - run: json -I -f package.json -e 'this.scripts.postinstall="echo done"'
51
- run: npm publish --registry=https://npm.pkg.github.com --scope=public
52
env:
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
53
+ NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments