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 30c39ec commit 3a6d35bCopy full SHA for 3a6d35b
package.json
@@ -22,6 +22,7 @@
22
"scripts": {
23
"test": "npm run lint && npm run check && npm run testonly",
24
"testonly": "mocha $npm_package_options_mocha",
25
+ "t": "mocha --require resources/mocha-bootload",
26
"lint": "eslint src",
27
"check": "flow check",
28
"build": "babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/",
0 commit comments