Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
bump version.js

bump version.js

bump version.js
  • Loading branch information
cmdcolin committed Sep 16, 2022
1 parent ab29c27 commit fbafc82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions products/jbrowse-react-circular-genome-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
"start:umd": "cross-env NODE_ENV=development webpack-dev-server",
"prebuild": "npm run clean",
"build": "npm-run-all build:*",
"precommitversion": "node output-version.js > src/version.js && git add -A",
"precommitversion": "node output-version.js > src/version.js && git add -A src",
"commitversion": "git diff-index --quiet HEAD || git commit -m 'bump version.js'",
"prepack": "npm run commitversion && npm run build",
"preprepack": "npm run commitversion",
"prepack": "npm run build",
"build:esm": "tsc -b tsconfig.build.esm.json",
"build:es5": "tsc -b tsconfig.build.es5.json",
"build:webpack": "npm-run-all build:webpack:*",
Expand Down
5 changes: 3 additions & 2 deletions products/jbrowse-react-linear-genome-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
"start:umd": "cross-env NODE_ENV=development webpack-dev-server",
"prebuild": "npm run clean",
"build": "npm-run-all build:*",
"precommitversion": "node output-version.js > src/version.js && git add -A",
"precommitversion": "node output-version.js > src/version.js && git add -A src",
"commitversion": "git diff-index --quiet HEAD || git commit -m 'bump version.js'",
"prepack": "npm run commitversion && npm run build",
"preprepack": "npm run commitversion",
"prepack": "npm run build",
"build:esm": "tsc --build tsconfig.build.esm.json",
"build:es5": "tsc --build tsconfig.build.es5.json",
"build:webpack": "npm-run-all build:webpack:*",
Expand Down

0 comments on commit fbafc82

Please sign in to comment.