Skip to content

Commit 57b9d95

Browse files
committed
fix: build repo before publish
1 parent b3f73fa commit 57b9d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "bim-fragment",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "3D BIM Geometry API",
55
"main": "src/index.js",
66
"scripts": {
77
"test": "jest",
88
"build": "tsc && yarn build-examples",
99
"build-examples": "rollup -c resources/rollup.config.mjs",
10-
"publish-repo": "cpy package.json dist && cd dist && npm publish",
10+
"publish-repo": "tsc && cpy package.json dist && cd dist && npm publish",
1111
"create-flatbuffers": "cd src/flatbuffers && flatc.exe --ts fragment.fbs",
1212
"create-stream-flatbuffers": "cd src/flatbuffers && flatc.exe --ts streamed-geometry.fbs",
1313
"regen-json": "cd src/flatbuffers && flatc.exe --json --raw-binary fragment.fbs -- model.frag"

0 commit comments

Comments
 (0)