Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3307 from XRFoundation/analytics-public
Browse files Browse the repository at this point in the history
Added missing analytics npm command
  • Loading branch information
barankyle authored Sep 16, 2021
2 parents 86543f5 + de56489 commit e803ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"start": "cross-env NODE_ENV=production ts-eager src/index.ts",
"dev": "cross-env NODE_ENV=development ts-eager src/index.ts",
"test": "echo \"TODO: no test specified\" && exit 0",
"validate": "npm run build && npm run test"
"validate": "npm run build && npm run test",
"update-name-gh-package": "node scripts/update-name-gh-package.js"
},
"dependencies": {
"@feathersjs/cli": "4.5.0",
Expand Down

0 comments on commit e803ea8

Please sign in to comment.