Skip to content

Commit

Permalink
reinstate prod:developer
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cowley committed Mar 6, 2024
1 parent c2b7c6d commit 3653939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"preview:usecases": "antora --fetch --stacktrace --ui-bundle-url https://s3-eu-west-1.amazonaws.com/static-content.neo4j.com/build/ui-bundle.zip use-cases.yml",
"preview:training": "antora --fetch --stacktrace --ui-bundle-url https://s3-eu-west-1.amazonaws.com/static-content.neo4j.com/build/ui-bundle.zip training.yml",
"preview:graphgist": "antora --fetch --stacktrace --ui-bundle-url https://s3-eu-west-1.amazonaws.com/static-content.neo4j.com/build/ui-bundle.zip graphgist.yml",
"build:production": "npm run production:labs && npm run production:labs-landing && npm run production:kb && npm run production:graphgist && npm run production:usecases",
"build:production": "npm run production:developer && npm run production:labs && npm run production:labs-landing && npm run production:kb && npm run production:graphgist && npm run production:usecases",
"production:developer": "antora --fetch --stacktrace developer.yml",
"production:labs": "antora --fetch --stacktrace labs-docs.yml",
"production:labs-landing": "antora --fetch --stacktrace labs.yml ",
Expand Down

0 comments on commit 3653939

Please sign in to comment.