Skip to content

Commit

Permalink
Merge pull request #34 from tokens-studio/fix/yarn-latest
Browse files Browse the repository at this point in the history
Fix yarn issue
  • Loading branch information
SorsOps authored Dec 1, 2023
2 parents b0efdf0 + 2240931 commit 73fd77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist"
],
"scripts": {
"build": "rimraf dist && run-p build:*",
"build": "rimraf dist && run-p 'build:*'",
"build:js": "rollup -c rollup.config.js",
"build:types": "tsc --emitDeclarationOnly --declaration",
"docs": "typedoc",
Expand Down

0 comments on commit 73fd77b

Please sign in to comment.