Skip to content

Commit

Permalink
Remove 'watch' script (#1947)
Browse files Browse the repository at this point in the history
Modern IDE & editors have specialize pluggings for running Prettier,
ESLint, Flow, etc.
Also since we moved all Mocha options into config file now you can run
subset of tests using 'yarn mocha src/<path to the test file>'
  • Loading branch information
IvanGoncharov committed Jun 3, 2019
1 parent ed74228 commit c3dd670
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 899 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -22,7 +22,6 @@
"node": ">= 6.x"
},
"scripts": {
"watch": "node ./resources/watch.js",
"test": "npm run lint && npm run check && npm run testonly",
"test:ci": "yarn check --integrity && npm run lint -- --no-cache && npm run check && npm run testonly:cover && npm run build",
"testonly": "mocha --full-trace src/**/__tests__/**/*-test.js",
Expand Down Expand Up @@ -56,7 +55,6 @@
"flow-bin": "0.100.0",
"mocha": "6.1.4",
"nyc": "14.1.1",
"prettier": "1.17.1",
"sane": "4.1.0"
"prettier": "1.17.1"
}
}
174 changes: 0 additions & 174 deletions resources/watch.js

This file was deleted.

0 comments on commit c3dd670

Please sign in to comment.