We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094cfa0 commit 911569bCopy full SHA for 911569b
package.json
@@ -50,7 +50,8 @@
50
"run:rs": "cargo run",
51
"format:source": "prettier . -w",
52
"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"
+ "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"
55
},
56
"packageManager": "pnpm@9.11.0",
57
"repository": "https://github.com/NervJS/parse-css-to-stylesheet"
0 commit comments