We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261ca67 commit 0dceabdCopy full SHA for 0dceabd
scripts/buildWebsite.js
@@ -86,7 +86,6 @@ async function build() {
86
'@parcel/transformer-css': packageJSON['@parcel/transformer-css']
87
};
88
89
- console.log(spawnSync('yarn', ['config', 'get', 'npmRegistryServer'], {stdio: 'inherit'}));
90
91
// Add dependencies on each published package to the package.json, and
92
// copy the docs from the current package into the temp dir.
0 commit comments