Skip to content

Commit

Permalink
update th link package
Browse files Browse the repository at this point in the history
  • Loading branch information
pyu10055 committed Jul 30, 2021
1 parent 52674d1 commit b893b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link-package/package.json
Expand Up @@ -11,7 +11,7 @@
"build-backend-webgl": "cd ../tfjs-backend-webgl && yarn && yarn build",
"build-converter": "cd ../tfjs-converter && yarn && yarn build",
"build-core": "cd ../tfjs-core && yarn && yarn build",
"reinstall": "yarn && yarn cache clean @tensorflow/tfjs-core && yarn cache clean @tensorflow/tfjs-backend-cpu && yarn cache clean @tensorflow/tfjs-converter && rimraf node_modules && yarn"
"reinstall": "yarn && yarn cache clean @tensorflow/tfjs-core && yarn cache clean @tensorflow/tfjs-backend-cpu && yarn cache clean @tensorflow/tfjs-converter && yarn cache clean @tensorflow/tfjs-backend-webgl && rimraf node_modules && yarn"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "file:../dist/bin/tfjs-backend-cpu/tfjs-backend-cpu_pkg",
Expand Down

0 comments on commit b893b68

Please sign in to comment.