Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Oct 23, 2023
1 parent 5ecf9e0 commit 0ef6805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/terra-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 0ef6805

Please sign in to comment.