diff --git a/vendor/framework7-react/package.json b/vendor/framework7-react/package.json index 2fa213be4..a19d70144 100644 --- a/vendor/framework7-react/package.json +++ b/vendor/framework7-react/package.json @@ -13,7 +13,7 @@ "deploy-word": "cross-env TARGET_EDITOR=word NODE_ENV=production node ./build/build.js", "deploy-cell": "cross-env TARGET_EDITOR=cell NODE_ENV=production node ./build/build.js", "deploy-slide": "cross-env TARGET_EDITOR=slide NODE_ENV=production node ./build/build.js", - "postinstall": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/", + "postinstall1": "cpy ./node_modules/framework7-icons/fonts/*.* ./src/fonts/", "build-word": "cross-env NODE_ENV=development node ./build/build.js", "build-slide": "cross-env NODE_ENV=development TARGET_EDITOR=slide node ./build/build.js", "build-cell": "cross-env NODE_ENV=development TARGET_EDITOR=cell node ./build/build.js"