Skip to content

Commit

Permalink
feat: Add buildDev for better DE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Et7f3 committed Sep 20, 2020
1 parent ae994a3 commit ff06af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Reason Native Cross-platform Helpers - a Node-inspired API for Reason",
"main": "index.js",
"esy": {
"buildDev": "refmterr dune build --promote-install-files --root . --only-package Rench -j4",
"build": "dune build -p Rench -j4"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions test.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"run": "esy '@test' x TestRunner.exe"
},
"override": {
"buildDev": "refmterr dune build --promote-install-files --root . -j4 --only-package=Rench,Rench_Test",
"build": "dune build --promote-install-files --root . -j4 --only-package=Rench,Rench_Test",
"install": [
"esy-installer Rench.install",
Expand Down

0 comments on commit ff06af6

Please sign in to comment.