Skip to content

Commit

Permalink
chore(npm): Rename scripts to enforce colon (`:') as scope delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Aug 16, 2023
1 parent 7745ea8 commit 7b4ebc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
if: steps.build_cache.outputs.cache-hit != 'true'
shell: bash
run: |
pnpm run test-dist
pnpm run test:dist
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"clean-build-typecheck": "pnpm run clean; pnpm run build-typecheck",
"lint": "eslint ${npm_package_src_dir}/ --ext .ts,.tsx",
"clean": "rimraf ${npm_package_dist_dir}/* *.tsbuildinfo",
"test-dist": "./scripts/test-dist",
"test:dist": "./scripts/test-dist",
"test": "jest",
"test:watch": "jest --watch",
"lint-typecheck": "concurrently npm:lint npm:typecheck",
"bump-version": "pnpm version --message \"chore: Release v%s\n\nCommand used: pnpm bump-version %s\" --new-version ",
"bump-dev-version": "pnpm version --new-version prerelease --preid dev --message \"chore: Release v%s\n\nCommand used: pnpm bump-dev-version\"",
"bump": "pnpm version --message \"chore: Release v%s\n\nCommand used: pnpm bump %s\" --new-version ",
"bump:dev": "pnpm version --new-version prerelease --preid dev --message \"chore: Release v%s\n\nCommand used: pnpm bump:dev\"",
"fix": "pnpm run lint --fix"
},
"files": [
Expand Down

0 comments on commit 7b4ebc7

Please sign in to comment.