Skip to content

Commit 4d0a2a2

Browse files
committed
update bootstrap message
1 parent 3b04f6d commit 4d0a2a2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/boilerplate-package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"_bootstrap:npm": "npm ci",
1212
"prebootstrap": "npm run permissions:repair",
1313
"bootstrap": "npm run _bootstrap:npm && npm run _bootstrap:composer && npm run theme:activate",
14-
"postbootstrap": "echo && echo \\ 🚀 \\ \\ \\ All set! && echo \\ \\ \\ \\Run this to get started: && echo 🌏\\ \\ \\ \\ \\ npm run start && echo",
14+
"postbootstrap": "echo && echo ' 🚀' && echo ' ✨ All set!' && echo '🌏 Run this to get started:' && chalk bold yellow ' npm run start' && echo",
1515
"build": "npm run docker:build",
1616
"build:debug": "cross-env-shell \"docker-compose run --rm -p $npm_package_config_port:8080 -p 9229:9229 tools build:debug\"",
1717
"composer": "npm run composer:install",
@@ -77,9 +77,10 @@
7777
]
7878
},
7979
"devDependencies": {
80-
"@prettier/plugin-php": "^0.16.3",
80+
"@prettier/plugin-php": "^0.17.2",
81+
"chalk-cli": "^4.1.0",
8182
"cross-env": "^7.0.3",
82-
"prettier": "^2.3.0",
83+
"prettier": "^2.3.2npm-c",
8384
"stylelint": "^13.13.1",
8485
"stylelint-order": "^4.1.0",
8586
"stylelint-prettier": "^1.2.0",

0 commit comments

Comments
 (0)