Skip to content

Commit

Permalink
fix test help note
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Feb 7, 2025
1 parent e38f7fe commit a731bbf
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 @@ -18,7 +18,7 @@
"scripts": {
"prepublishOnly": "npm run minify",
"minify": "esbuild --minify invoker.js > invoker.min.js",
"test": "echo TODO! Run ./wpt serve --inject-script=../invoker-buttons/invoker.js for now."
"test": "echo TODO! Run ./wpt serve --inject-script=../invokers-polyfill/invoker.js for now."
},
"devDependencies": {
"esbuild": "^0.20.0"
Expand Down

0 comments on commit a731bbf

Please sign in to comment.