Skip to content

Commit

Permalink
ci: adapt prepublishOnly script (#7)
Browse files Browse the repository at this point in the history
* 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
EdouardDem authored Nov 20, 2023
1 parent d922d03 commit 5ae8e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"build": "directus-extension build",
"dev": "directus-extension build -w --no-minify",
"link": "directus-extension link",
"test": "jest",
"prepublishOnly": "npm install && npm run format && npm test && npm run build"
"test": "jest"
},
"devDependencies": {
"@directus/extensions-sdk": "10.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <edouard@tractr.net>",
Expand Down

0 comments on commit 5ae8e58

Please sign in to comment.