Skip to content

Commit

Permalink
Added es5 check
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Feb 9, 2019
1 parent 55c83b5 commit 7f5868b
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 112 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"test:webpack": "node scripts/webpack-regression-tests.js",
"test:flow": "node_modules/.bin/flow check",
"test:performance": "npm run small-build && PERSIST=true time node --expose-gc test/perf/index.js",
"test:travis": "yarn test:all && yarn test:performance && yarn test -i --coverage && yarn test:webpack && yarn size",
"test:travis": "yarn test:all && yarn test:performance && yarn test -i --coverage && yarn test:es5 && yarn test:webpack && yarn size",
"test:es5": "yarn small-build && es-check es5 lib/mobx.js",
"prettier": "prettier --write --print-width 100 --tab-width 4 --no-semi \"**/*.js\" \"**/*.jsx\" \"**/*.tsx\" \"**/*.ts\"",
"_prepublish": "npm run small-build",
"quick-build": "tsc --pretty",
Expand Down Expand Up @@ -59,6 +60,7 @@
"chalk": "^1.1.3",
"coveralls": "^2.11.4",
"envify": "^4.1.0",
"es-check": "^5.0.0",
"eslint": "^5.13.0",
"flow-bin": "^0.59.0",
"fs-extra": "^3.0.1",
Expand Down
Loading

0 comments on commit 7f5868b

Please sign in to comment.