Skip to content

Commit

Permalink
Do auto add in postversion
Browse files Browse the repository at this point in the history
  • Loading branch information
zner0L committed Sep 12, 2024
1 parent b07b0e6 commit e72bccb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
"fix": "yarn eslint . --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx --fix",
"postinstall": "node scripts/postinstall.js; andromatic-install -p platform-tools 'build-tools;33.0.2'",
"lint": "tsc && eslint . --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx && git diff --check",
"prepack": "rm -rf dist && yarn build && yarn typedoc && git add src/version.gen.ts",
"print-version": "echo \"// Shim to make the version available at runtime. Auto-generated, please ignore.\nexport const appstractionVersion = '$npm_package_version';\" > src/version.gen.ts\n",
"prepack": "rm -rf dist && yarn build && yarn typedoc",
"print-version": "echo \"// Shim to make the version available at runtime. Auto-generated, please ignore.\nexport const appstractionVersion = '$npm_package_version';\" > src/version.gen.ts",
"test": "echo 'TODO: No tests specified yet.'",
"tsrun": "node --loader ts-node/esm",
"postversion": "yarn print-version && git add src/version.gen.ts",
"watch": "parcel watch"
},
"husky": {
Expand Down

0 comments on commit e72bccb

Please sign in to comment.