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 14e0855 commit 476cb63Copy full SHA for 476cb63
package.json
@@ -15,7 +15,7 @@
15
"build:pick": "cherry-pick --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
16
"build:dist": "cross-env BABEL_ENV=esm rollup -c",
17
"bootstrap": "yarn && yarn --cwd www",
18
- "lint": "eslint src test",
+ "lint": "eslint .",
19
"release": "release",
20
"release:next": "release --preid beta --tag next",
21
"deploy-docs": "yarn --cwd www run deploy",
0 commit comments