Skip to content

Commit

Permalink
Update 'npm run build' to build the 'dist' outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 31, 2024
1 parent 1ff5a18 commit 6253261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"description": "Gradle Wrapper Validation Action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"compile": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"pack": "ncc build",
"build": "ncc build",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
},
Expand Down

0 comments on commit 6253261

Please sign in to comment.