Skip to content

Commit 224f93e

Browse files
committed
Add tailwindcss-mp command to package.json and update CLI test references
1 parent 2b31239 commit 224f93e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

integrations/tailwindcss-cli/tests/cli.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ describe('Build command', () => {
627627

628628
expect(dedent(combined)).toEqual(
629629
dedent(`
630-
tailwindcss v${version}
630+
tailwindcss-mp v${version}
631631
632632
Usage:
633633
tailwindcss build [options]
@@ -728,7 +728,7 @@ describe('Init command', () => {
728728

729729
expect(dedent(combined)).toEqual(
730730
dedent(`
731-
tailwindcss v${version}
731+
tailwindcss-mp v${version}
732732
733733
Usage:
734734
tailwindcss init [options]

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"homepage": "https://tailwindcss.com",
1111
"bin": {
1212
"tailwind": "lib/cli.js",
13-
"tailwindcss": "lib/cli.js"
13+
"tailwindcss": "lib/cli.js",
14+
"tailwindcss-mp": "lib/cli.js"
1415
},
1516
"scripts": {
1617
"prebuild": "npm run generate && rimraf lib",

0 commit comments

Comments
 (0)