Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Remove oao, swap for lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Oct 21, 2017
1 parent 1bac931 commit ee6d47d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-dev",
"version": "7.2.0",
"version": "7.2.1",
"private": true,
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
Expand All @@ -16,16 +16,11 @@
"validate:eslintrc:airbnb-base": "eslint --no-eslintrc --print-config . -c ./packages/neutrino-preset-airbnb-base/eslintrc.js > /dev/null",
"validate:eslintrc": "yarn validate:eslintrc:eslint && yarn validate:eslintrc:airbnb-base && yarn validate:eslintrc:root",
"lint": "node packages/neutrino/bin/neutrino lint",
"bootstrap": "oao bootstrap --no-parallel",
"changelog": "changelog mozilla-neutrino/neutrino-dev all --markdown > CHANGELOG.md",
"deps:add": "oao add",
"deps:remove": "oao remove",
"deps:upgrade": "oao upgrade",
"deps:clean": "oao clean",
"deps:outdated": "oao outdated",
"docs:build": "gitbook build && cp CNAME _book",
"docs:deploy": "yarn docs:build && gh-pages --dist _book --remote upstream",
"docs:serve": "gitbook serve",
"precommt": "lint-staged",
"release": "node .scripts/publish",
"test": "nyc --reporter lcov ava packages/*/test"
},
Expand Down

0 comments on commit ee6d47d

Please sign in to comment.