Skip to content

Commit

Permalink
[core] Fix 4.x release:publish (#32127)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 3, 2022
1 parent f594107 commit a563a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-codemod/package.json
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/material-ui-codemod/**/*.test.js'",
"prebuild": "rimraf lib",
"build": "node ../../scripts/build cjs --out-dir ./lib",
"build": "node ../../scripts/build cjs --out-dir ./build && cpy README.md build && cpy package.json build",
"release": "yarn build && npm publish"
},
"repository": {
Expand Down

0 comments on commit a563a60

Please sign in to comment.