Skip to content

Commit

Permalink
fix: 🔧 fix configuration file command for package build
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelFontes committed Oct 30, 2024
1 parent 2bd7bcb commit 7df1211
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 @@ -6,7 +6,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt",
"package": "ncc build lib/setup-chromedriver.js --source-map --license licenses.txt",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"test": "jest"
Expand Down Expand Up @@ -55,4 +55,4 @@
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}

0 comments on commit 7df1211

Please sign in to comment.