Skip to content

Commit cf904b2

Browse files
committed
Remove running example
1 parent f1225c7 commit cf904b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepack": "npm run build && npm run package",
2020
"test": "jest src",
2121
"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",
22+
"all": "npm run build && npm run format && npm run lint && npm run test && npm run package",
2323
"all:example": "npm -w example run all"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)