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 601df2e commit 2af2102Copy full SHA for 2af2102
docs/scripts/bower-release-build.js
@@ -10,7 +10,7 @@ const bowerDir = '../../../react-uwp-bower'
10
const outDirOptions = { cwd: outDir, stdio: 'inherit' }
11
const bowerDirOptions = { cwd: bowerDir, stdio: 'inherit' }
12
13
-module.exports = function buildBowerRelease(version) {
+function buildBowerRelease(version) {
14
if (!fs.existsSync(bowerDir)) {
15
execSync('git clone https://github.com/myxvisual/react-uwp-bower', outDirOptions)
16
}
@@ -27,3 +27,5 @@ module.exports = function buildBowerRelease(version) {
27
console.log('bower-release is finished')
28
29
30
+
31
+module.exports = buildBowerRelease
0 commit comments