mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
speed up build using babel-node instead of manually babelifying
This commit is contained in:
parent
3ceba8ef52
commit
ccbe282a76
@ -12,7 +12,7 @@
|
||||
"prebabelify": "rimraf lib",
|
||||
"babelify": "babel src --out-dir lib",
|
||||
"prepare": "npm run babelify",
|
||||
"build": "npm run prepare && node lib/build.js",
|
||||
"build": "babel-node src/build.js",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user