diff --git a/apps/nt-stylesheet/package.json b/apps/nt-stylesheet/package.json index 22c4fda..7fff47f 100644 --- a/apps/nt-stylesheet/package.json +++ b/apps/nt-stylesheet/package.json @@ -1,10 +1,10 @@ { "name": "nt-stylesheet", - "version": "1.1.3", + "version": "1.1.4", "description": "", "packageManager": "pnpm@9.0.5", "scripts": { - "postinstall": "echo 'Installation complete!'", + "postinstall": "node ./scripts/init-tailwind.js", "build": "pnpm vite build" }, "engines": {