Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 77ae21a

Browse files
committed
patch: package built folder in devicescript/vm
1 parent ec8de2a commit 77ae21a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

runtime/devicescript-vm/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
},
2626
"publishConfig": {
2727
"access": "public"
28-
}
28+
},
29+
"files": [
30+
"./built",
31+
"./dist"
32+
]
2933
}

0 commit comments

Comments
 (0)