Skip to content

Commit f91a88b

Browse files
committed
Try fix Windows copying of 1password wasm
1 parent 6e4c167 commit f91a88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/template-function-1password/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "run-p build:*",
99
"build:1-build": "yaakcli build",
10-
"build:2-cpywasm": "cpx '../../node_modules/@1password/sdk-core/nodejs/core_bg.*' build/",
10+
"build:2-cpywasm": "cp \"../../node_modules/@1password/sdk-core/nodejs/core_bg.wasm\" build/",
1111
"dev": "yaakcli dev"
1212
},
1313
"dependencies": {

0 commit comments

Comments
 (0)