Skip to content

Commit

Permalink
Merge 7b447a9 into ea6c823
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Deas committed Oct 19, 2017
2 parents ea6c823 + 7b447a9 commit 15db4e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,9 @@
"react-native": "lib/mobx.module.js",
"typings": "lib/mobx.d.ts",
"scripts": {
"browserify:umd": "browserify -s mobx -e lib/mobx.js -o lib/mobx.umd.js",
"prettier": "prettier --write --print-width 100 --tab-width 4 --no-semi \"**/*.js\" \"**/*.jsx\" \"**/*.tsx\" \"**/*.ts\"",
"test": "npm run quick-build && npm run tape",
"test": "npm run quick-build && npm run browserify:umd && npm run tape",
"full-test": "npm run small-build && npm run build-tests && npm run use-minified && npm run tape && node --expose-gc test/perf/index.js && npm run test-flow && node test/mixed-versions/mixed-versions.js && npm run test-webpack",
"tape": "tape test/*.js test/typescript/typescript-tests.js | faucet",
"perf": "npm run small-build && PERSIST=true time node --expose-gc test/perf/index.js",
Expand Down Expand Up @@ -101,4 +102,4 @@
"git add"
]
}
}
}

0 comments on commit 15db4e6

Please sign in to comment.