Skip to content

Commit e6549e9

Browse files
committed
Changed to using scripts for polykeyWorker.js
1 parent 844e083 commit e6549e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"pkg": {
1717
"assets": [
1818
"node_modules/leveldown/**/*",
19-
"node_modules/utp-native/**/*",
20-
"dist/lib/workers/worker.js"
21-
]
19+
"node_modules/utp-native/**/*"
20+
],
21+
"scripts": "dist/lib/workers/worker.js"
2222
},
2323
"scripts": {
2424
"build": "tsc -p ./tsconfig.build.json",

0 commit comments

Comments
 (0)