Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

feat!: monitoring convert to typescript #360

Merged
merged 19 commits into from
Feb 18, 2020
Merged
Changes from 9 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
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,16 @@
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"system-test": "mocha build/system-test",
"test": "c8 mocha build/test",
<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that don't look right :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, it doesn't show on my local. The latest commit doesn't contain these "HEAD".

"fix": "gts fix && eslint 'samples/**/*.js' --fix",
summer-ji-eng marked this conversation as resolved.
Show resolved Hide resolved
"docs-test": "linkinator docs",
"predocs-test": "npm run docs",
"prelint": "cd samples; npm link ../; npm i",
=======
"fix": "gts fix",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs",
>>>>>>> 8047a580f020c8f97aa72503de9f66a9633e9f3e
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
Expand Down