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 7545e5d commit cc6bc1aCopy full SHA for cc6bc1a
package.json
@@ -13,7 +13,7 @@
13
"package": "ncc build --minify",
14
"test": "jest",
15
"all": "npm test && npm run build && npm run package",
16
- "ci": "npm run clean && npm run deps && npm ci && npm run all"
+ "ci": "npm run clean && npm ci && npm run deps && npm run all"
17
},
18
"files": [
19
"lib/"
scripts/setupdeps.sh
@@ -1,7 +1,5 @@
1
#!/bin/bash
2
3
-ls
4
-
5
source ./node_modules/common-utils/scripts/setupdeps.sh
6
7
SCRIPTGEN_URL='https://ssd.mathworks.com/supportfiles/ci/matlab-script-generator/v0/matlab-script-generator.zip'
0 commit comments