Skip to content

Commit

Permalink
chore(naming): use standardized name (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed May 26, 2023
1 parent 9cdcca7 commit 68d9a02
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
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.

0 comments on commit 68d9a02

Please sign in to comment.