Update package.json

This commit is contained in:
Rob Larsen 2022-07-25 10:26:54 -04:00 committed by GitHub
parent e1c7854a53
commit c62f285063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
"description": "A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.",
"scripts": {
"build": "eleventy --config=config/eleventy.config.js --pathprefix='Front-end-Developer-Interview-Questions/'",
"deploy": "sh ./config/deploy.sh",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate && cp .all-contributorsrc ./src/_data/contributors.json",
"start": "eleventy --config=config/eleventy.config.js --serve --port 9090 --quiet"