Skip to content

Commit

Permalink
Fix the whole command
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ouellet authored and pirog committed Aug 24, 2021
1 parent e3797a2 commit 02f7f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"scripts": {
"build": "yarn clean && yarn pkg -c package.json -t node14 bin/hyperdrive",
"clean": "rimraf dist",
"generate:leia-tests": "leia \"examples/**/README.md\" test/leia -r 2 -s \"Start up tests\" -t 'Verification commands' -c 'Destroy tests' --split-file --spawn --stdin",
"generate:leia-tests": "leia \"examples/**/README.md\" test/leia -r 2 -s \"Start up tests\" -t \"Verification commands\" -c \"Destroy tests\" --split-file --spawn --stdin",
"lint": "eslint .",
"release": "bump --preid alpha --tag --all --push package.json",
"test:functional": "mocha --timeout 900000 test/**/*.func.js",
Expand Down

0 comments on commit 02f7f9b

Please sign in to comment.