Skip to content

Commit a3dbd89

Browse files
committed
Fix prepublishOnly script order
1 parent 4426c34 commit a3dbd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"predev": "npm run _pre",
2222
"dev": "npm run _esbuild -- --watch",
2323
"test": "jest",
24-
"prepublishOnly": "npm test && npm run build && node scripts/copy-licenses.js"
24+
"prepublishOnly": "npm run build && npm test && node scripts/copy-licenses.js"
2525
},
2626
"devDependencies": {
2727
"@tailwindcss/line-clamp": "^0.3.0",

0 commit comments

Comments
 (0)