eonarheim / TypeState

A strongly typed finite state machine for TypeScript
http://eonarheim.github.io/TypeState/example/
BSD 2-Clause "Simplified" License
272 stars 28 forks source link

[chore] Add prefix calls to tsc #27

Closed bbjay closed 5 years ago

bbjay commented 5 years ago

to use the version of tsc in node_modules/.bin/

Not sure if this is a good idea, since npx requires npm v5.2.0 or later.

At least thats what I needed to add to be able to run all the grunt tasks. I could have also hardcoded it with a 'node_modules/.bin/ ' prefix...

bbjay commented 5 years ago

ok, the CI build failed, was definitely not a good idea. lets try the hardcoded way then...

bbjay commented 5 years ago

As an alternative, this also works on my OS X machine: update all grunt packages to the latest version and add a failOnError: false to the nuget task. I can make a new PR for this. What is the preferred way @eonarheim ?

eonarheim commented 5 years ago

@bbjay Updating the grunt packages would be awesome in a new PR