Skip to content

Commit

Permalink
add some shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Aug 31, 2021
1 parent 28dec98 commit af69959
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -119,6 +119,10 @@
"usage-1000": "zx scripts/usage.mjs -l=1000",
"usage-10000": "zx scripts/usage.mjs -l=10000",
"update-version": "zx scripts/update-version.mjs && zx scripts/bundle.mjs --deno",
"publish": "lerna publish from-package --yes"
"publish": "lerna publish from-package --yes",
"l": "npm run lint",
"m": "npm run check-mapping",
"o": "npm run check-dependencies",
"r": "npm run refresh"
}
}

0 comments on commit af69959

Please sign in to comment.