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 94e26b9 commit 60aa05dCopy full SHA for 60aa05d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nrwl/nx-source",
3
- "version": "7.4.0",
+ "version": "7.4.1",
4
"description": "Nrwl Extensions for Angular",
5
"main": "index.js",
6
"private": true,
scripts/nx-release.js
@@ -153,7 +153,8 @@ const options = {
153
* able to understand our multi-package setup.
154
*/
155
release: false
156
- }
+ },
157
+ requireCleanWorkingDir: false
158
};
159
160
releaseIt(options)
0 commit comments