Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
padmaia committed Aug 10, 2021
1 parent 7237cb2 commit daae38c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -343,6 +343,7 @@ jobs:
cargo-cache
test-native:
name: Unit Test Native Code
runs-on: ubuntu-18.04

steps:
Expand Down
@@ -1,6 +1,6 @@
{
"name": "next-swc-darwin-arm64",
"version": "11.0.2-practice.0",
"version": "0.0.0",
"os": [
"darwin"
],
Expand Down
@@ -1,6 +1,6 @@
{
"name": "next-swc-darwin-x64",
"version": "11.0.2-practice.0",
"version": "0.0.0",
"os": [
"darwin"
],
Expand Down
@@ -1,6 +1,6 @@
{
"name": "next-swc-linux-x64-gnu",
"version": "11.0.2-practice.0",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
@@ -1,6 +1,6 @@
{
"name": "next-swc-win32-x64-msvc",
"version": "11.0.2-practice.0",
"version": "0.0.0",
"os": [
"win32"
],
Expand Down

0 comments on commit daae38c

Please sign in to comment.