Skip to content

Commit

Permalink
Make build more portable.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Aug 23, 2022
1 parent 3eee04b commit e165600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.lflang/src/lib/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"scripts": {
"check-types": "tsc",
"build": "rimraf dist && babel src --out-dir dist --extensions .ts,.js"
"build": "npx rimraf dist && npx babel src --out-dir dist --extensions .ts,.js"
}
}
2 changes: 1 addition & 1 deletion org.lflang/src/lib/ts/reactor-ts
Submodule reactor-ts updated 1 files
+2 −1 package.json

0 comments on commit e165600

Please sign in to comment.