Skip to content

Commit

Permalink
temp: introduce patch-package to make unit tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
xanf committed Dec 18, 2021
1 parent 665cead commit a9d7b7a
Show file tree
Hide file tree
Showing 3 changed files with 13,085 additions and 21 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"docs-dev": "cross-env NODE_ENV=docs nuxt dev -c docs/nuxt.config.js",
"docs-gen": "cross-env NODE_ENV=docs nuxt generate -c docs/nuxt.config.js",
"lint": "eslint --ext .js,.md,.vue ./",
"postinstall": "opencollective || exit 0",
"postinstall": "patch-package && opencollective || exit 0",
"prepare": "husky install",
"prettify": "prettier --write '**/*.{js,json,md,scss,ts,vue}'",
"release": "yarn run prettify && yarn run test && yarn run build && yarn run release-notes && standard-version",
Expand Down Expand Up @@ -138,6 +138,7 @@
"lodash": "^4.17.21",
"marked": "^2.0.3",
"nuxt": "^2.15.8",
"patch-package": "^6.4.7",
"postcss": "^8.2.15",
"postcss-cli": "^8.3.1",
"prettier": "1.14.3",
Expand Down

0 comments on commit a9d7b7a

Please sign in to comment.