@sencha/cmd-linux-64
Version:
Productivity and performance optimization tool for building applications with Sencha Ext JS
8 lines • 313 B
Markdown
- run the following git command to initalize the sass-spec sub module
```
git submodule init;
git submodule update;
```
- run `npm run compat` to execute the compatibility tests
- run `npm run compatCoverage` to execute compatibility tests with code coverage
- coverage will be generated to the .coverage folder