Skip to content

Commit

Permalink
fix(line-endings): conver line-endings to lf only, to prevent probl…
Browse files Browse the repository at this point in the history
…ems running scully in CI

closes #192
  • Loading branch information
SanderElias committed Jan 21, 2020
1 parent 171695c commit f76ac7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scully/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scullyio/scully",
"version": "0.0.56",
"version": "0.0.57",
"description": "Scully CLI",
"repository": {
"type": "GIT",
Expand Down
4 changes: 4 additions & 0 deletions scully/scully.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env node

/**
* The above line is needed to be able to run in npx and CI.
*/
import {readFileSync} from 'fs-extra';
import {join} from 'path';
import * as yargs from 'yargs';
Expand Down

0 comments on commit f76ac7c

Please sign in to comment.