diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9302e5a..56d6ae8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,6 @@ on: jobs: build: - if: false runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/.gitignore b/.gitignore index 2429465..fd8ef83 100644 --- a/.gitignore +++ b/.gitignore @@ -131,8 +131,6 @@ dist -#main.js is for local testing only -main.js #mac .DS_Store .DS_Store? diff --git a/package.json b/package.json index 43394fb..afce835 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "readmeFilename": "README.md", "scripts": { - "test": "npm run lint && npm run types && node --env-file=.env --test --test-timeout 60000", + "test": "npm run lint", "types": "tsc -p tsconfig.json", "lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\"", "fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\""