mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* Add content glob integration tests * Use tagged version in parcel integration tests * Upgrade postcss-cli integration tests * upgrade integration test deps * Fix CS * Fix tests * Update lockfile * Fix vite test in CI
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"name": "rollup.js",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"test": "jest --runInBand --forceExit"
|
|
},
|
|
"jest": {
|
|
"testTimeout": 10000,
|
|
"displayName": "rollup.js",
|
|
"setupFilesAfterEnv": ["<rootDir>/../../jest/customMatchers.js"]
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "^2.74.1",
|
|
"rollup-plugin-postcss": "^4.0.2"
|
|
}
|
|
}
|