Skip to content

Commit

Permalink
build: update build npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed May 20, 2023
1 parent 7c62952 commit 6d25753
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 @@ -6,7 +6,7 @@
"version": "0.0.0-development",
"description": "GitHub API token authentication for GitHub Actions",
"scripts": {
"build": "pika-pack build",
"build": "node scripts/build.mjs && tsc -p tsconfig.json",
"lint": "prettier --check '{src,test}/**/*.{ts,md}' README.md *.json",
"lint:fix": "prettier --write '{src,test}/**/*.{ts,md}' README.md *.json",
"pretest": "npm run -s lint",
Expand Down

0 comments on commit 6d25753

Please sign in to comment.