Skip to content

Commit

Permalink
[material-nextjs] Fix release script (#40519)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrovmiroslav committed Jan 12, 2024
1 parent 44cd117 commit 54e9b13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"build:copy-files": "node ../../scripts/copyFiles.mjs",
"build:types": "node ../../scripts/buildTypes.mjs",
"prebuild": "rimraf build tsconfig.build.tsbuildinfo",
"release": "pnpm build && npm publish build",
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-utils/**/*.test.{js,ts,tsx}'",
"release": "pnpm build && pnpm publish",
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-material-nextjs/**/*.test.{js,ts,tsx}'",
"typescript": "tsc -p tsconfig.json"
},
"devDependencies": {
Expand Down Expand Up @@ -65,7 +65,8 @@
},
"sideEffects": false,
"publishConfig": {
"access": "public"
"access": "public",
"directory": "build"
},
"engines": {
"node": ">=12.0.0"
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54e9b13

Please sign in to comment.