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 a0f6f6c commit 55e44f3Copy full SHA for 55e44f3
package.json
@@ -16,7 +16,7 @@
16
"access": "public"
17
},
18
"scripts": {
19
- "build": "rollup -c",
+ "build": "yarn lint --quiet && rollup -c",
20
"dev": "yarn build --watch",
21
"test": "jest",
22
"test:watch": "yarn test --watchAll",
0 commit comments