Untitled

 avatar
unknown
json
2 years ago
388 B
6
Indexable
  "scripts": {
    "sass:watch": "sass ./assets/scss/style.scss ./dist/css/style.css --watch",
    "tailwind:watch": "npx tailwindcss -i ./assets/scss/style.scss -o ./dist/css/tailwind.css --watch",
    "typescript:watch": "tsc --build tsconfig.json --watch",
    "dev": "concurrently --kill-others \"npm run tailwind:watch\" \"npm run sass:watch\" \"npm run typescript:watch\""
  },
Editor is loading...