diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 0545c8a..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: cimg/node:22.2.0 - steps: - - checkout - - - run: npm install - - run: npm run lint:all - - run: - command: npm test - environment: - JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml" - - run: npm run check-typescript - - run: - name: dependency audit - command: ./scripts/better-audit.sh - - store_test_results: - path: reports/junit/ - - store_artifacts: - path: reports/junit/