We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c462d commit a0f4da2Copy full SHA for a0f4da2
.github/workflows/build-and-test.yml
@@ -81,7 +81,7 @@ jobs:
81
echo "ARKANALYZER_DIR=$(realpath $DEST_DIR)" >> $GITHUB_ENV
82
cd $DEST_DIR
83
84
- npm ci
+ npm install
85
npm run build
86
87
- name: Start ArkAnalyzer server
0 commit comments