This commit is contained in:
Sarah Schneider 2020-10-21 16:32:06 -04:00
Родитель 1a0c41bfca
Коммит 0304ff3846
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -139,7 +139,8 @@
"check-deps": "node script/check-deps.js",
"prevent-pushes-to-main": "node script/prevent-pushes-to-main.js",
"pa11y-ci": "pa11y-ci",
"pa11y-test": "start-server-and-test browser-test-server 4001 pa11y-ci"
"pa11y-test": "start-server-and-test browser-test-server 4001 pa11y-ci",
"heroku-prebuild": "rm -rf content/early-access && git clone https://${TEMP_KEY_ACCESS_KEY}@github.com/docs/early-access-test content/early-access && rm -rf content/early-access/.git"
},
"engines": {
"node": "12 - 14"