Skip to content

Commit

Permalink
fix: update location of post install script
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   package.json
modified:   packageScripts/postinstall.mjs
deleted:    scripts/postinstall.mjs
  • Loading branch information
blackfalcon committed Jan 11, 2024
1 parent 10c4d1c commit 300de8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"linters": "npm-run-all scssLint esLint",
"preCommit": "node scripts/pre-commit.mjs",
"postCss:component": "node scripts/postCss.mjs",
"postinstall": "node scripts/postinstall.mjs",
"postinstall": "node packageScripts/postinstall.mjs",
"sass:render": "sass-render src/*.css -t ./scripts/staticStyles-template.js",
"serve": "web-dev-server --open demo/ --node-resolve --watch",
"sweep": "rm -rf ./demo/css ./dist | rm ./src/*.css ./src/*-css.js",
Expand Down
2 changes: 1 addition & 1 deletion packageScripts/postinstall.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ console.log(chalk.hex('#f26135')(`
╭ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ──────────────────────────────╮
Thanks for installing the latest version
of `) + chalk.hex('#ffd200').bold(`auro-accordion v${pjson.version}.`) + chalk.hex('#f26135')(`
of `) + chalk.hex('#ffd200').bold(`${pjson.name} v${pjson.version}.`) + chalk.hex('#f26135')(`
╰─────────────────────────────── ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─╯
`)
Expand Down
28 changes: 0 additions & 28 deletions scripts/postinstall.mjs

This file was deleted.

0 comments on commit 300de8b

Please sign in to comment.