Skip to content

Commit 272556d

Browse files
committed
fix: Declare a bin script.
1 parent 79fafe8 commit 272556d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/@css-blocks/cli/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"remap": "remap-istanbul -i build/coverage/coverage.json -o coverage -t html",
2525
"watch": "watch 'yarn run test' src test --wait=1"
2626
},
27+
"bin": {
28+
"css-blocks": "./bin/css-blocks"
29+
},
2730
"keywords": [
2831
"css-blocks",
2932
"css",

0 commit comments

Comments
 (0)