Skip to content

Commit 9a0a4d8

Browse files
author
Sampo Kivistö
committed
Fix fixture installation script
1 parent e34e287 commit 9a0a4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"predocs": "rimraf docs",
5454
"print:size": "node scripts/bundle/bundle-size.js",
5555
"examples": "npm run --prefix examples start",
56-
"install:browsertest": "cd fixtures/browser && npm install",
56+
"install:browsertest": "cd fixtures/browser && npm install --legacy-peer-deps",
5757
"lint": "tslint -p tsconfig.json --project",
5858
"lint-staged": "lint-staged",
5959
"move-types": "lerna exec -- node ../../scripts/bundle/move-typings.js",

0 commit comments

Comments
 (0)