Skip to content

Commit 9bedd3b

Browse files
committed
fix
1 parent bbaaaa3 commit 9bedd3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"dev": "DISABLE_WATCHER=true node ./scripts/dev.js",
1313
"run:docker": "npm run build:docker && docker run --read-only --user 65534 --tmpfs /tmp --rm --name datalens-docs -p 8080:80 datalens-docs",
1414
"test": "playwright test",
15-
"test:prepare": "npx playwright install --with-deps chromium"
15+
"test:prepare": "npx playwright install --with-deps chromium",
16+
"deps": "bash ./scripts/cached-npm-install.sh"
1617
},
1718
"dependencies": {
1819
"@diplodoc/cli": "5.15.2",

0 commit comments

Comments
 (0)