Skip to content

Commit

Permalink
fix: using proper workspace name
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Nov 8, 2024
1 parent e04c2b0 commit 14e7a8a
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 @@ -25,7 +25,7 @@
"lint:misc": "prettier '**/*.json' '**/*.md' '!**/CHANGELOG.md' '**/*.yml' --ignore-path .gitignore",
"publish:snap": "yarn workspace @greymass/eos-wallet npm publish --access public --tag next",
"start": "yarn workspaces foreach --parallel --interlaced --verbose run start",
"test": "yarn workspace snap run test --passWithNoTests"
"test": "yarn workspace @greymass/eos-wallet run test --passWithNoTests"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.0",
Expand Down

0 comments on commit 14e7a8a

Please sign in to comment.