Skip to content

Commit

Permalink
Remove the need for package.json so that dependabot won't warn about …
Browse files Browse the repository at this point in the history
…security issues if calcite cli is outdated
  • Loading branch information
Lectem authored and dbabokin committed Jan 7, 2021
1 parent 0597a79 commit 3a0efcf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 234 deletions.
222 changes: 0 additions & 222 deletions .calcite/package-lock.json

This file was deleted.

10 changes: 0 additions & 10 deletions .calcite/package.json

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/linux-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ jobs:
- name: Upload bench datasets to calcite
working-directory: .calcite
run: |
npm ci
npx calcite upload calcite.config.js
npx @siliceum/[email protected] upload calcite.config.js
env:
BENCH_OUTPUT_FILES: ${{github.workspace}}
CALCITE_TOKEN: ${{ secrets.CALCITE_TOKEN }}
Expand Down

0 comments on commit 3a0efcf

Please sign in to comment.