File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
contrib/graphql-codegen-client-preset Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 55 "main" : " swc_plugin_graphql_codegen_client_preset.wasm" ,
66 "scripts" : {
77 "prepack" : " pnpm run build" ,
8- "build" : " cargo build --release - p swc_plugin_graphql_codegen_client_preset --target wasm32-wasip1 --release && cp ../../target/wasm32-wasip1/release/swc_plugin_graphql_codegen_client_preset.wasm ." ,
8+ "build" : " cargo build -p swc_plugin_graphql_codegen_client_preset --target wasm32-wasip1 --release && cp ../../target/wasm32-wasip1/release/swc_plugin_graphql_codegen_client_preset.wasm ." ,
99 "build:debug" : " cargo build -p swc_plugin_graphql_codegen_client_preset --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/debug/swc_plugin_graphql_codegen_client_preset.wasm ." ,
1010 "test" : " pnpm run build:debug && cargo test"
1111 },
You can’t perform that action at this time.
0 commit comments