File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,4 @@ assets/**/*.css
25
25
build
26
26
lib
27
27
coverage
28
+ yarn.lock
Original file line number Diff line number Diff line change @@ -183,11 +183,16 @@ npm start
183
183
184
184
## Test Case
185
185
186
- [ http://localhost:8007/tests/runner.html?coverage ] ( http://localhost:8007/tests/runner.html?coverage )
186
+ ``` bash
187
+ npm test
188
+ npm run chrome-test
189
+ ```
187
190
188
191
## Coverage
189
192
190
- [ http://localhost:8007/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8007/tests/runner.html?coverage ] ( http://localhost:8007/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8007/tests/runner.html?coverage )
193
+ ``` bash
194
+ npm run coverage
195
+ ```
191
196
192
197
## License
193
198
Original file line number Diff line number Diff line change 32
32
"build" : " rc-tools run build" ,
33
33
"gh-pages" : " rc-tools run gh-pages" ,
34
34
"start" : " rc-tools run server" ,
35
- "pub" : " rc-tools run pub" ,
35
+ "pub" : " rc-tools run pub --babel-runtime " ,
36
36
"lint" : " rc-tools run lint" ,
37
37
"karma" : " rc-tools run karma" ,
38
38
"saucelabs" : " rc-tools run saucelabs" ,
39
39
"test" : " rc-tools run test" ,
40
+ "prepublish" : " rc-tools run guard" ,
40
41
"chrome-test" : " rc-tools run chrome-test" ,
41
42
"coverage" : " rc-tools run coverage"
42
43
},
You can’t perform that action at this time.
0 commit comments