Skip to content

Commit 0731940

Browse files
committed
temp: introduce patch-package to make unit tests run
1 parent f5f5d44 commit 0731940

File tree

3 files changed

+13085
-21
lines changed

3 files changed

+13085
-21
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"docs-dev": "cross-env NODE_ENV=docs nuxt dev -c docs/nuxt.config.js",
6666
"docs-gen": "cross-env NODE_ENV=docs nuxt generate -c docs/nuxt.config.js",
6767
"lint": "eslint --ext .js,.md,.vue ./",
68-
"postinstall": "opencollective || exit 0",
68+
"postinstall": "patch-package && opencollective || exit 0",
6969
"prepare": "husky install",
7070
"prettify": "prettier --write '**/*.{js,json,md,scss,ts,vue}'",
7171
"release": "yarn run prettify && yarn run test && yarn run build && yarn run release-notes && standard-version",
@@ -138,6 +138,7 @@
138138
"lodash": "^4.17.21",
139139
"marked": "^2.0.3",
140140
"nuxt": "^2.15.8",
141+
"patch-package": "^6.4.7",
141142
"postcss": "^8.2.15",
142143
"postcss-cli": "^8.3.1",
143144
"prettier": "1.14.3",

0 commit comments

Comments
 (0)