Skip to content

Commit

Permalink
chore(config): add some config in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Sep 22, 2024
1 parent 27d095e commit 00450b5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@
"version": "7.2.14",
"description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.",
"main": "main.js",
"private": true,
"config": {
"engine": "pnpm"
},
"scripts": {
"lint:fix": "biome --ext .ts,.js,.json src/ --fix",
"prebuild": "tsc --noEmit --skipLibCheck",
"build": "node esbuild.config.mjs --production",
"dev:prod": "node esbuild.config.mjs --vault",
"dev": "node esbuild.config.mjs",
"export": "node esbuild.config.mjs --production --vault",
"prebump": "%npm_package_config_engine% run prebuild",
"bump": "node commit-and-tag-version.mjs",
"postbump": "git push --follow-tags origin master",
"predeploy": "pnpm run bump",
"deploy": "pnpm run export"
"predeploy": "%npm_package_config_engine% run bump",
"deploy": "%npm_package_config_engine% run export"
},
"commit-and-tag-version": {
"t": ""
Expand Down

0 comments on commit 00450b5

Please sign in to comment.