mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Switch prepare to prepublishOnly
This commit is contained in:
parent
dca134d36f
commit
bc3c8bfbc4
@ -21,7 +21,7 @@
|
||||
"prebabelify": "rimraf lib",
|
||||
"babelify": "babel src --out-dir lib --copy-files",
|
||||
"rebuild-fixtures": "npm run babelify && babel-node scripts/rebuildFixtures.js",
|
||||
"prepare": "npm run babelify && babel-node scripts/build.js",
|
||||
"prepublishOnly": "npm run babelify && babel-node scripts/build.js",
|
||||
"style": "eslint .",
|
||||
"test": "jest && eslint ."
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user