Skip to content

Commit

Permalink
fix: path to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
seekayel committed Jun 12, 2023
1 parent d21a15c commit ec24912
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 @@ -25,7 +25,7 @@
"Kam Lasater (https://github.com/seekayel)"
],
"scripts": {
"build": "rm -rf dist/* && tsc -p tsconfig-esm.json && tsc -p tsconfig-cjs.json && generate-package-json.sh",
"build": "rm -rf dist/* && tsc -p tsconfig-esm.json && tsc -p tsconfig-cjs.json && config/generate-package-json.sh",
"cli:encrypt": "env-cmd node dist/esm/cli.js encryptFile account.json",
"prepublishOnly": "node config/prepublish.js",
"postpublish": "git restore package.json"
Expand Down

0 comments on commit ec24912

Please sign in to comment.