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 f1225c7 commit cf904b2Copy full SHA for cf904b2
package.json
@@ -19,7 +19,7 @@
19
"prepack": "npm run build && npm run package",
20
"test": "jest src",
21
"test:watch": "jest --watch src",
22
- "all": "npm run build && npm run format && npm run lint && npm run test && npm run package && npm run all:example",
+ "all": "npm run build && npm run format && npm run lint && npm run test && npm run package",
23
"all:example": "npm -w example run all"
24
},
25
"repository": {
0 commit comments