Skip to content

Commit

Permalink
clean up scripts section
Browse files Browse the repository at this point in the history
  • Loading branch information
kwelch committed May 7, 2018
1 parent c478f53 commit ab44d49
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"homepage": "https://github.com/eventbrite/eventbrite-sdk-javascript#readme",
"license": "MIT",
"scripts": {
"check:size": "bundlesize",
"precheck:size": "yarn gulp build:dist:min",
"check:static": "npm-run-all --parallel lint tsc",
"format": "prettier-eslint --write",
"lint": "jest --config=jest-lint.config.js",
Expand All @@ -36,12 +34,10 @@
"build": "npm-run-all build:targets gen:declarations",
"build:targets": "gulp build",
"prebuild:targets": "rm -rf dist && rm -rf lib",
"tsc": "tsc",
"postbuild": "bundlesize",
"start": "jest --watch",
"test": "jest --config=jest-test.config.js",
"test:ci": "yarn test --ci",
"test:watch": "yarn test --watch",
"validate": "npm-run-all --parallel check:static check:size test:ci",
"validate:watch": "jest --watch"
"validate": "jest"
},
"lint-staged": {
"*.{ts,js}": [
Expand Down

0 comments on commit ab44d49

Please sign in to comment.