Skip to content

Commit

Permalink
Fixed npm test command
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Jan 3, 2024
1 parent 48c07bd commit ee7e10e
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 @@ -11,7 +11,7 @@
},
"scripts": {
"build": "builder",
"test": "builder test"
"test": "builder validate"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
Expand Down

0 comments on commit ee7e10e

Please sign in to comment.