We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb285d commit b52023fCopy full SHA for b52023f
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"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"
+ "update-lit": "chmod +x ./scripts/update-lit.sh && nx run-many --target=update-lit --all --parallel"
9
},
10
"devDependencies": {
11
"nx": "19.6.3"
0 commit comments