Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 8, 2022
1 parent 75fc91b commit 89fde8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"build-native": "napi build --platform -p next-swc-napi --cargo-name next_swc_napi --features plugin --js false native",
"build-native-no-plugin": "napi build --platform -p next-swc-napi --cargo-name next_swc_napi --js false native",
"build-wasm": "wasm-pack build crates/wasm --scope=next",
"cache-build-native": "echo $(ls native)"
"cache-build-native": "echo $(ls native)",
"bump": "echo 1"
},
"napi": {
"name": "next-swc",
Expand Down

0 comments on commit 89fde8f

Please sign in to comment.