We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e233563 commit b885786Copy full SHA for b885786
1 file changed
.github/workflows/build-test.yml
@@ -20,5 +20,5 @@ jobs:
20
with:
21
node-version: 21.x
22
- run: npm install
23
- - run: grunt build
24
- - run: grunt test
+ - run: npm run build
+ - run: npm run test
0 commit comments