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

[RAINCATCH-1323] TypeScript-specific start script #151

Merged
merged 4 commits into from
Oct 17, 2017

Conversation

paolobueno
Copy link
Contributor

Motivation

npm run start should be the entry point for the compiled js runtime, running the typescript sources via ts-node should have a separate command.

Description

Added new command to run the demo-server via typescript. Went with npm run start:ts since it matches the naming scheme used for the clean:* and publish:* commands.

Progress

  • Remove extra npm start commands
  • Add new command for running via ts-node
  • Documentation

@coveralls
Copy link

coveralls commented Oct 16, 2017

Coverage Status

Changes Unknown when pulling 8c64962 on RAINCATCH-1323-start-ts into ** on master**.

Copy link
Member

@wtrocki wtrocki left a comment

Choose a reason for hiding this comment

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

Change looks ok. Add info to release notes for 1.1 that we changed that. Lets also correct getting started guide in docs.

@paolobueno paolobueno merged commit 36f050f into master Oct 17, 2017
@paolobueno paolobueno deleted the RAINCATCH-1323-start-ts branch October 17, 2017 15:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants