8000
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 d653f3b commit 077ebc8Copy full SHA for 077ebc8
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
7
"scripts": {
8
- "test": "yarn lint && jest --env node",
+ "test": "jest --env node",
9
"lint": "eslint lib test --fix",
10
"build": "webpack --config example/webpack.config.js --hide-modules",
11
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
0 commit comments