Skip to content

Commit

Permalink
fix: Fixed installation from Yarn v2 (close #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias authored May 22, 2023
1 parent 142485a commit 5ff88d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added .npmignore
Empty file.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"gen:protobuf": "sh WAProto/GenerateStatics.sh",
"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
"lint:fix": "eslint . --fix --ext .js,.ts,.jsx,.tsx",
"prepack": "tsc",
"prepare": "tsc",
"release": "release-it",
"test": "jest"
Expand Down

0 comments on commit 5ff88d8

Please sign in to comment.