Skip to content

Commit

Permalink
Removing node script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Jun 5, 2020
1 parent 1971415 commit 88986f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions scripts/build.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node
'use strict';

"use strict";

console.log("Build");
console.log('Build');
2 changes: 0 additions & 2 deletions scripts/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

'use strict';

process.on('unhandledRejection', err => {
Expand Down
2 changes: 0 additions & 2 deletions scripts/start.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

'use strict';

import Compiler from '../src/compiler';
Expand Down

0 comments on commit 88986f1

Please sign in to comment.