fix package.json script

This commit is contained in:
David Remer 2020-09-01 14:45:21 +03:00
parent f21e7e095f
commit c161762736

View file

@ -6,9 +6,9 @@
"license": "GPL-2.0",
"author": "Inpsyde GmbH",
"scripts": {
"install:assets:ppcp-button": "cd modules.local/ppcp-button && yarn install",
"install:assets:ppcp-button": "cd modules/ppcp-button && yarn install",
"install:assets": "yarn run install:assets:ppcp-button",
"build:assets:ppcp-button": "cd modules.local/ppcp-button && yarn run build",
"build:assets:ppcp-button": "cd modules/ppcp-button && yarn run build",
"build:assets": "yarn run build:assets:ppcp-button",
"build": "yarn run install:assets && yarn run build:assets"
},