Skip to content

Commit 908a070

Browse files
committed
Update npm deploy script
Fixes #78
1 parent 58cbe46 commit 908a070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "aem-site-template-builder",
88
"stub": "aem-site-template-builder stub",
9-
"deploy": "curl -u admin:admin -F [email protected] http://localhost:4502/conf/global/site-templates.import.html"
9+
"deploy": "curl -u admin:admin -F [email protected] http://localhost:4502/bin/wcm/site-template/import"
1010
},
1111
"devDependencies": {
1212
"@adobe/aem-site-template-builder": "2.3.1"

0 commit comments

Comments
 (0)