Skip to content

Commit 3e951a8

Browse files
authored
Fix build:dev on Windows (#196)
1 parent 13731ad commit 3e951a8

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
@@ -21,7 +21,7 @@
2121
"compress-angularsdk": "node compress-with-assets.mjs",
2222
"copy-extra-deprecated": "shx cp constellation/lib_asset.json dist/lib_asset.json",
2323
"copy-index": "shx cp dist/index.html dist/simpleportal.html && shx cp dist/index.html dist/portal.html && shx cp dist/index.html dist/fullportal.html && shx cp dist/index.html dist/embedded.html && shx cp dist/index.html dist/mashup.html && shx cp src/auth.html dist/auth.html",
24-
"make-mashup-dir": "cd ./dist && mkdir -p constellation && cd ./constellation && mkdir -p prerequisite && mkdir -p assets && cd ./assets && mkdir -p icons",
24+
"make-mashup-dir": "cd ./dist && shx mkdir -p constellation && cd ./constellation && shx mkdir -p prerequisite && shx mkdir -p assets && cd ./assets && shx mkdir -p icons",
2525
"build-angularsdk": "rimraf ./dist && npm run build && npm run copy-index && npm run copy-configs && npm run make-mashup-dir",
2626
"prod-build-angularsdk": "rimraf ./dist && npm run prod-build && npm run copy-index && npm run copy-configs && npm run make-mashup-dir && npm run compress-angularsdk",
2727
"start": "npm run copy-extra && ng serve",

0 commit comments

Comments
 (0)