Skip to content

Commit af6da44

Browse files
committed
chore: fix script
1 parent 79d6610 commit af6da44

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
@@ -22,8 +22,8 @@
2222
"check:eslint": "eslint --cache .",
2323
"check:format": "prettier --cache -c .",
2424
"clean": "wspa clean",
25+
"compose": "wspa compose",
2526
"format": "prettier --cache -w .",
26-
"patch": "wspa patch",
2727
"start": "node ./packages/cli/lib/bin.js",
2828
"test": "echo success",
2929
"watch": "tsc -b tsconfig.build.json -w"

0 commit comments

Comments
 (0)