File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,15 @@ Run tests
3232$ yarn test
3333```
3434
35- ** Note : ** At this level, you should be able to run the project. In case an upgrade is needed for semantic UI, following the section below.
35+ On windows:
3636
37- Rebuild the semantic UI asserts
37+ ``` bash
38+ yarn windows-test
39+ ```
40+
41+ ** Note :** At this level, you should be able to run the project. In case an upgrade is needed for semantic UI, following the section below.
42+
43+ Rebuild the semantic UI asserts
3844----------------------------------
3945This command needs to be run with ** npm** - ** yarn** does not support interactive prompt installs
4046
Original file line number Diff line number Diff line change 1212 "build" : " webpack --mode production" ,
1313 "fix" : " standard --fix" ,
1414 "test" : " export NODE_ENV=testing && standard && jest" ,
15+ "windows-test" : " set NODE_ENV=testing&& standard && jest" ,
1516 "coveralls" : " cat ./coverage/lcov.info | coveralls" ,
1617 "cypress:ci" : " cypress run" ,
1718 "cypress:local" : " cypress open --config baseUrl=http://localhost:8082" ,
You can’t perform that action at this time.
0 commit comments