We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepublishOnly
1 parent 4426c34 commit a3dbd89Copy full SHA for a3dbd89
package.json
@@ -21,7 +21,7 @@
21
"predev": "npm run _pre",
22
"dev": "npm run _esbuild -- --watch",
23
"test": "jest",
24
- "prepublishOnly": "npm test && npm run build && node scripts/copy-licenses.js"
+ "prepublishOnly": "npm run build && npm test && node scripts/copy-licenses.js"
25
},
26
"devDependencies": {
27
"@tailwindcss/line-clamp": "^0.3.0",
0 commit comments