Skip to content

Commit

Permalink
ignore files that are not relevant to production
Browse files Browse the repository at this point in the history
  • Loading branch information
ndp committed Aug 26, 2019
1 parent 8b25faf commit c833c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"test": "./node_modules/.bin/jest --coverage",
"lint": "./node_modules/.bin/eslint --report-unused-disable-directives ./src/",
"build": "babel src --ignore '*.spec.js' --ignore 'dist/jest/**/*' --out-dir dist",
"build": "babel src --ignore '**/*.spec.js' --ignore '**/jest/**/*' --out-dir dist",
"prepublish": "yarn build",
"release-it": "GITHUB_TOKEN=$RELEASE_IT_GITHUB_TOKEN ./node_modules/.bin/release-it"
},
Expand Down

0 comments on commit c833c26

Please sign in to comment.