Skip to content

Commit 24d7364

Browse files
committed
Actually build before publishing
1 parent 38af98a commit 24d7364

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
@@ -53,7 +53,7 @@
5353
"test:watch": "vitest",
5454
"test:cov": "vitest --coverage",
5555
"build": "rollup -c",
56-
"prepublishOnly": "yarn clean && yarn check-types && yarn format:check && yarn lint && yarn test",
56+
"prepublishOnly": "yarn clean && yarn check-types && yarn format:check && yarn lint && yarn test && yarn build",
5757
"examples:lint": "eslint --ext js,ts examples",
5858
"examples:test": "cross-env CI=true babel-node examples/testAll.js",
5959
"tsc": "tsc"

0 commit comments

Comments
 (0)