I was able to resolve this by adding the script to my package.json file
"cucumber-js --tags 'not @skipTest' --config=cucumber.js || true"
So when I run npm run test It runs all my tests except the one tag as skipTest
npm run test