Skip to content

Commit

Permalink
improved tools for manypkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ships committed May 17, 2023
1 parent f31747c commit 29ca9b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"version": "0.1.0",
"description": "Top-level Docmaps specification module -- not intended for direct npm consumption.",
"scripts": {
"test": "npx node scripts/package-tests.js"
"clean": "manypkg exec $npm_execpath run clean && rm -rf node_modules",
"test": "node scripts/package-tests.js",
"test:packages": "manypkg exec $npm_execpath test",
"test:all": "$npm_execpath run test && $npm_execpath run test:packages"
},
"author": "early evening @ships",
"license": "MTI",
Expand Down

0 comments on commit 29ca9b5

Please sign in to comment.