Skip to content

Commit 0ca496e

Browse files
committed
Fixing the command to install the app in the tk project
1 parent 59f687e commit 0ca496e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type-check": "vue-tsc --build",
1515
"lint": "eslint . --fix",
1616
"format": "prettier --write src/",
17-
"install-in-amoxtli-vue": "cp -r dist ../amoxtli-vue/src/templates/yehyecoa/",
17+
"install-in-amoxtli-vue": "cp -r dist/ ../amoxtli-vue/src/templates/yehyecoa",
1818
"bi": "npm run build && npm run install-in-amoxtli-vue",
1919
"build-server": "cp server.js dist/server.js",
2020
"serve": "node dist/server.js"

0 commit comments

Comments
 (0)