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 20b12dc commit b46d256Copy full SHA for b46d256
package.json
@@ -12,7 +12,7 @@
12
"start:demo": "parcel demo/index.html --dist-dir ./build",
13
"build": "del-cli 'dist/*' && parcel build src/index.tsx --dist-dir ./dist && npm run size",
14
"test": "jest",
15
- "lint": "npx eslint \"./**/*.ts\" --cache --cache-strategy content",
+ "lint": "eslint \"./**/*.ts\" --cache --cache-strategy content",
16
"type:check": "tsc --noEmit true",
17
"storybook": "start-storybook -p 6006",
18
"build:storybook": "build-storybook",
0 commit comments