Skip to content

Commit

Permalink
chore(yarn-plugin-allow-scripts): add stub test script
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 11, 2023
1 parent c48502c commit 6d08610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/yarn-plugin-allow-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"scripts": {
"build": "builder build plugin",
"rebuild": "npm run build",
"lint": "exit 0"
"lint": "exit 0",
"test": "exit 0"
},
"packageManager": "yarn@3.1.1",
"engines": {
Expand Down

0 comments on commit 6d08610

Please sign in to comment.