Skip to content

Commit

Permalink
chore: add prepublishOnly of json-viewer-core
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo committed Dec 3, 2024
1 parent dd74228 commit cfec3d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/semi-json-viewer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"module": "lib/index.js",
"typings": "src/index.ts",
"scripts": {
"build:lib": "node ./script/compileLib.js"
"build:lib": "node ./script/compileLib.js",
"prepublishOnly": "npm run build:lib"
},
"files": [
"dist/*",
Expand Down

0 comments on commit cfec3d4

Please sign in to comment.