Skip to content

Commit 7230ff5

Browse files
authored
Merge pull request #7 from reedsy/script
🔨 Fix script for running encoding locally
2 parents a216657 + 4a9dc0d commit 7230ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/reencode-dictionaries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"build": "ncc build src/index.js -o ."
7+
"start": "node index.js"
88
},
99
"author": "",
1010
"license": "ISC",

0 commit comments

Comments
 (0)