Skip to content

Commit 619d33c

Browse files
committed
Fix bug
1 parent be4ac93 commit 619d33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow.js/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"watch": "cross-env NODE_ENV=development && yarn run locales:copy && parcel index.html --no-hmr --open",
1717
"build": "cross-env NODE_ENV=production && yarn run locales:copy && parcel build index.html --no-minify --public-url ./",
18-
"locales:copy": "cp -r model dist/model",
18+
"locales:copy": "mkdir -p dist;cp -r model dist/model",
1919
"postinstall": "yarn upgrade --pattern @tensorflow"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)