diff --git a/packages/terra-data-grid/package.json b/packages/terra-data-grid/package.json index 33247cf9d00..566045ca99f 100644 --- a/packages/terra-data-grid/package.json +++ b/packages/terra-data-grid/package.json @@ -46,9 +46,9 @@ "precompile": "rm -rf lib", "test": "npm run lint && npm run jest && npm run wdio", "jest": "jest --config ../../jest.config.js", - "wdio:default": "cd ../.. && terra wdio", - "wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", - "wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", - "wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion" + "wdio-default": "cd ../.. && terra wdio", + "wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", + "wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", + "wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" } }