Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 9, 2024
1 parent c230f52 commit cda2b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env node

Check failure on line 1 in build.js

View workflow job for this annotation

GitHub Actions / test

This file needs no shebang

import fs from 'node:fs/promises';
import CP from 'child_process';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server",
"scripts": {
"lint": "eslint build.js cloudformation/",
"build": "build.js",
"build": "./build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
Expand Down

0 comments on commit cda2b11

Please sign in to comment.