Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(naming): use standardized name #385

Merged
merged 1 commit into from
May 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"cesium"
],
"scripts": {
"start": "node run/init-db.js && node run/server.js",
"start:prod": "node run/init-db.js && cross-env NODE_ENV=production node run/server.js",
"start:prod:with_examples": "cross-env NODE_ENV=production node run/server.js --with_examples",
"start": "node scripts/init-db.js && node scripts/server.js",
"start:prod": "node scripts/init-db.js && cross-env NODE_ENV=production node scripts/server.js",
"start:prod:with_examples": "cross-env NODE_ENV=production node scripts/server.js --with_examples",
"start:docs": "cd ./docs && bundle exec jekyll serve",
"start:analyzer": "node run/server.js --analyze",
"build": "node run/build.js",
"test": "node run/test.js"
"start:analyzer": "node scripts/server.js --analyze",
"build": "node scripts/build.js",
"test": "node scripts/test.js"
},
"dependencies": {
"@babel/core": "7.9.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.