-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: adapt prepublishOnly script (#7)
* ci: configure git with bot info * ci: fix config git with bot info * ci: fix config git with bot info * ci: set bot info in yaml * ci: adapt prepublishOnly script
- Loading branch information
1 parent
d922d03
commit 5ae8e58
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"build": "tsc", | ||
"start": "ts-node-esm src/index.ts", | ||
"test": "jest", | ||
"prepublishOnly": "cp ../../README.md ./README.md && npm install && npm run format && npm test && npm run build" | ||
"prepublishOnly": "cp ../../README.md ./README.md" | ||
}, | ||
"keywords": [], | ||
"author": "Edouard Demotes-Mainard <[email protected]>", | ||
|