File tree Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var extend = require('xtend')
15
15
try {
16
16
fs . statSync ( __dirname + '/static/reporter.js' )
17
17
} catch ( _ ) {
18
- console . error ( 'Reporter script missing. Run `make build` first.' )
18
+ console . error ( 'Reporter script missing. Run `npm run build` first.' )
19
19
}
20
20
21
21
module . exports = function ( opts ) {
Original file line number Diff line number Diff line change 12
12
"browser-run" : " ./bin/bin.js"
13
13
},
14
14
"scripts" : {
15
- "prepublish" : " make build" ,
15
+ "build" : " browserify browser/reporter.js -o static/reporter.js" ,
16
+ "prepublish" : " npm run build" ,
16
17
"release" : " np" ,
17
- "test" : " make test"
18
+ "test" : " npm run build && tap test/*.js "
18
19
},
19
20
"dependencies" : {
20
21
"browser-launcher" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments