Skip to content

Commit

Permalink
why am i still awake
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Apr 4, 2019
1 parent ff678b4 commit e815d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"docs:serve": "http-server & onchange -v 'packages/**/*.js' -- npm run jsdoc",
"lint": "semistandard | snazzy",
"test:node": "node test-helper.js",
"test:electron": "browserify packages/**/test/*.js -t [ babelify --presets [ @babel/preset-env ] ] --debug | tape-run | faucet",
"test:chrome": "browserify packages/**/test/*.js -t [ babelify --presets [ @babel/preset-env ] ] --debug | tape-run --browser chrome | faucet",
"test:firefox": "browserify packages/**/test/*.js -t [ babelify --presets [ @babel/preset-env ] ] --debug | tape-run --browser firefox | faucet",
"test": "npm run lint && npm run test:node",
"test:ci": "npm run lint && npm run test:node && npm run test:chrome && npm run test:firefox",
"test:ci": "npm run lint && npm run test:node && npm run test:electron",
"release": "./release.sh",
"postinstall": "npm run bootstrap"
},
Expand Down

0 comments on commit e815d43

Please sign in to comment.