Skip to content

Commit 911569b

Browse files
author
mayintao3
committed
feat: 添加解析bin文件的命令
1 parent 094cfa0 commit 911569b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"run:rs": "cargo run",
5151
"format:source": "prettier . -w",
5252
"version": "napi version && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
53-
"flatbuffer": "flatc --rust -o ./src ./flatbuffers/stylesheet.fbs && flatc --cpp -o ./flatbuffers ./flatbuffers/stylesheet.fbs"
53+
"flatbuffer": "flatc --rust -o ./src ./flatbuffers/stylesheet.fbs && flatc --cpp -o ./flatbuffers ./flatbuffers/stylesheet.fbs",
54+
"resolve:bin": "flatc --json --raw-binary flatbuffers/stylesheet.fbs -- __test__/fixure/style.bin"
5455
},
5556
"packageManager": "pnpm@9.11.0",
5657
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"

0 commit comments

Comments
 (0)