Skip to content

Commit

Permalink
Add path to update / init scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Dec 28, 2023
1 parent baa02de commit 507d7aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@
"test-api": "mocha test/api",
"test": "mocha test/index.js",
"lint": "eslint . --cache --ext .js,.html",
"init-wpt": "git submodule update --init --recursive",
"init-wpt": "git submodule update --init --recursive test/web-platform-tests/tests",
"reset-wpt": "rm -rf ./test/web-platform-tests/tests && npm run init-wpt",
"update-wpt": "git submodule update --init --recursive --remote && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json",
"update-wpt": "git submodule update --init --recursive --remote test/web-platform-tests/tests && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json",
"update-sizzle": "git submodule update --init --recursive --remote benchmark/selectors/sizzle",
"update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS.txt",
"benchmark": "node ./benchmark/runner",
"convert-idl": "node ./scripts/webidl/convert.js",
Expand Down

0 comments on commit 507d7aa

Please sign in to comment.