generated from AdobeDocs/dev-site-documentation-template
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,19 +22,19 @@ | |
"spectaql": "^1.5.6" | ||
}, | ||
"scripts": { | ||
"start": "gatsby build && gatsby serve", | ||
"start:prefix": "gatsby build --prefix-paths && gatsby serve --prefix-paths", | ||
"dev": "gatsby develop", | ||
"dev:https": "gatsby develop --https --host localhost.corp.adobe.com --port 9000", | ||
"build": "gatsby build", | ||
"serve": "gatsby serve", | ||
"start": "NODE_OPTIONS='--max-old-space-size=8192' gatsby build && gatsby serve", | ||
"start:prefix": "NODE_OPTIONS='--max-old-space-size=8192' gatsby build --prefix-paths && gatsby serve --prefix-paths", | ||
"dev": "NODE_OPTIONS='--max-old-space-size=8192' gatsby develop", | ||
"dev:https": "NODE_OPTIONS='--max-old-space-size=8192' gatsby develop --https --host localhost.corp.adobe.com --port 9000", | ||
"build": "NODE_OPTIONS='--max-old-space-size=8192' gatsby build", | ||
"serve": "NODE_OPTIONS='--max-old-space-size=8192' gatsby serve", | ||
"clean": "gatsby clean", | ||
"test": "remark src/pages --quiet --frail", | ||
"build:spectaql": "spectaql --target-dir static/graphql-api/ --target-file index.html spectaql/config.yml", | ||
"build:spectaql:beta": "spectaql --target-dir static/graphql-api/beta/ --target-file index.html spectaql/config_beta.yml", | ||
"dev:spectaql": "spectaql --development-mode-live spectaql/config.yml", | ||
"dev:spectaql:beta": "spectaql --development-mode-live spectaql/config_beta.yml", | ||
"lint": "docker run --rm -e RUN_LOCAL=true --env-file '.github/super-linter.env' -v \"$PWD\":/tmp/lint github/super-linter:slim-v4.10.1" | ||
"lint": "docker run --rm -e RUN_LOCAL=true --env-file '.github/super-linter.env' -v \"$PWD\":/tmp/lint github/super-linter:slim-v5" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |