Home

tailwind-ctp-intellisense @bac7e2e5642c8e3ce8c7e23024b31417d19b569f - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tailwind-ctp-intellisense / packages / tailwindcss-language-server / tests / prepare.js
- raw
1
2
3
4
5
6
7
8
9
const glob = require('fast-glob')
const path = require('path')
const childProcess = require('child_process')

const fixtures = glob.sync('tests/fixtures/*/package.json')

for (let fixture of fixtures) {
  childProcess.execSync('npm install', { cwd: path.dirname(fixture) })
}