Skip to content

Commit cc6bc1a

Browse files
committed
reorder steps in npm ci command
1 parent 7545e5d commit cc6bc1a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"package": "ncc build --minify",
1414
"test": "jest",
1515
"all": "npm test && npm run build && npm run package",
16-
"ci": "npm run clean && npm run deps && npm ci && npm run all"
16+
"ci": "npm run clean && npm ci && npm run deps && npm run all"
1717
},
1818
"files": [
1919
"lib/"

scripts/setupdeps.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
ls
4-
53
source ./node_modules/common-utils/scripts/setupdeps.sh
64

75
SCRIPTGEN_URL='https://ssd.mathworks.com/supportfiles/ci/matlab-script-generator/v0/matlab-script-generator.zip'

0 commit comments

Comments
 (0)