Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam authored Jun 20, 2024
1 parent f3c0990 commit 639b22f
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 @@ -2,7 +2,7 @@
"name": "run-and-post-run",
"description": "A simple GitHub action that allows you to execute commands on place and in post-run, once a workflow job has ended",
"scripts": {
"lint": "eslint --config package.json ./src/**/*.js",
"lint": "eslint --config package.json './src/**/*.js'",
"build:main": "ncc build -o dist/main --minify --no-cache src/main.js",
"build:post": "ncc build -o dist/post --minify --no-cache src/post.js",
"build": "npm run build:main && npm run build:post"
Expand Down

0 comments on commit 639b22f

Please sign in to comment.