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 534806e commit 430025fCopy full SHA for 430025f
package.json
@@ -4,8 +4,7 @@
4
"description": "Clean and minimalist React Native template for a quick start with TypeScript.",
5
"scripts": {
6
"test": "standard *.js",
7
- "prepublishOnly": "npm --no-git-tag-version version $TRAVIS_TAG",
8
- "install": "node setup.js"
+ "prepublishOnly": "npm --no-git-tag-version version $TRAVIS_TAG"
9
},
10
"repository": {
11
"type": "git",
script.js
@@ -1,10 +1,6 @@
1
const fs = require('fs');
2
const path = require('path');
3
-if (fs.existsSync(path.join(__dirname, '.travis.yml'))) {
- process.exit();
-}
-
const projectFilesToDelete = ['.flowconfig', 'App.js', '__tests__/App-test.js'];
const deleteFile = filePath => {
0 commit comments