Skip to content

Commit b52023f

Browse files
committed
fix: update-lit to make script executable at the start
1 parent 8cb285d commit b52023f

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test-lit": "nx run-many --target=test-lit --all --parallel=1 --exclude=pkp-migration-nodejs,sign-and-combine-ecdsa-nodejs,wrapped-keys-nodejs",
8-
"update-lit": "nx run-many --target=update-lit --all --parallel"
8+
"update-lit": "chmod +x ./scripts/update-lit.sh && nx run-many --target=update-lit --all --parallel"
99
},
1010
"devDependencies": {
1111
"nx": "19.6.3"

0 commit comments

Comments
 (0)