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 87f33ee commit 4e42babCopy full SHA for 4e42bab
validateConfig.js
@@ -7,10 +7,6 @@ function validateConfig(config) {
7
}
8
};
9
10
- assert('Expected to see "semantic-prerelase publish" in "semantic-release" script', () =>
11
- config.scripts['semantic-release']
12
- .indexOf('semantic-prerelease publish') != -1);
13
-
14
const release = config.release;
15
assert('Expected to see release section in package.json', () => release);
16
0 commit comments