Skip to content

Commit

Permalink
chore(scripts): re add missing build scripts
Browse files Browse the repository at this point in the history
Add back build scripts that were initially removed from jest migration
  • Loading branch information
AtofStryker committed Aug 9, 2020
1 parent 4517528 commit 3681110
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@
],
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"build:test": "lerna run build:test",
"clean": "lerna clean --yes",
"commit": "git-cz",
"docs": "vuepress dev docs",
"docs:build": "vuepress build docs",
"flow": "flow check",
"lint": "eslint --ext js,vue .",
"lint:docs": "eslint --ext js,vue,md docs --ignore-path .gitignore",
"lint:fix": "yarn lint -- --fix",
"format": "prettier --write \"**/*.{js,json,vue,md}\"",
"format:check": "prettier --check \"**/*.{js,json,vue,md}\"",
"release": "yarn build && yarn test:unit:only && lerna publish --conventional-commits -m \"chore(release): publish %s\"",
"test": "yarn format:check && yarn lint && yarn lint:docs && yarn flow && yarn test:types && yarn test:unit -w 1 && yarn test:unit:browser",
"test:compat": "scripts/test-compat.sh",
"test:unit": "cross-env TARGET=dev yarn jest",
Expand Down

0 comments on commit 3681110

Please sign in to comment.