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 1bed694 commit c9184ffCopy full SHA for c9184ff
setup.js
@@ -1,6 +1,10 @@
1
const fs = require('fs')
2
const path = require('path')
3
4
+if (fs.existsSync(path.join(__dirname, '.travis.yml'))) {
5
+ process.exit()
6
+}
7
+
8
const projectFilesToDelete = ['.flowconfig', 'App.js', '__tests__/App-test.js']
9
10
const templateFilesToDelete = ['setup.js', 'README.md', 'LICENSE']
0 commit comments