diff --git a/.github/workflows/grunt.yml b/.github/workflows/grunt.yml index ad0541db..b32e765d 100644 --- a/.github/workflows/grunt.yml +++ b/.github/workflows/grunt.yml @@ -31,5 +31,4 @@ jobs: distribution: 'zulu' java-version: ${{ matrix.java }} - run: npm install - - run: npm install --force -g grunt-cli - - run: grunt + - run: npx grunt diff --git a/README.md b/README.md index ca24086f..91aa511d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ the [@objectionary](https://github.com/objectionary) GitHub organization. ## How to Contribute -First, run `npm install`. Then, run `grunt`. All tests should pass. +First, run `npm install`. Then, run `npx grunt`. All tests should pass. If you want to run a single test: