Skip to content

Commit

Permalink
Publish version -custom.8 (#3)
Browse files Browse the repository at this point in the history
* Version -custom.8

* Add prepack script
  • Loading branch information
srmagura authored May 11, 2022
1 parent 538cec1 commit 0950c99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
yarnPath: .yarn/releases/yarn-3.2.0.cjs

nodeLinker: node-modules

npmPublishAccess: 'public'
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotxyz/virtual-background",
"version": "0.1.0-custom7",
"version": "0.1.0-custom8",
"description": "Demo on adding virtual background to a live video stream in the browser",
"homepage": "https://github.com/spotxyz/virtual-background",
"repository": "https://github.com/spotxyz/virtual-background.git",
Expand All @@ -13,8 +13,12 @@
"build:tflite:image": "docker build -t tflite tflite",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test"
"test": "react-scripts test",
"prepack": "tsc"
},
"files": [
"dist"
],
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit 0950c99

Please sign in to comment.