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 79d6610 commit af6da44Copy full SHA for af6da44
package.json
@@ -22,8 +22,8 @@
22
"check:eslint": "eslint --cache .",
23
"check:format": "prettier --cache -c .",
24
"clean": "wspa clean",
25
+ "compose": "wspa compose",
26
"format": "prettier --cache -w .",
- "patch": "wspa patch",
27
"start": "node ./packages/cli/lib/bin.js",
28
"test": "echo success",
29
"watch": "tsc -b tsconfig.build.json -w"
0 commit comments