Skip to content

Commit

Permalink
Add back the ncc build
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Dec 17, 2023
1 parent e6388e8 commit 5dc2276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"multiary-decision-tree-live": "cd cli && elm-live src/Morphir/Web/MultiaryDecisionTreeTest.elm --start-page=./web/treeIndex.html -- --output=treeStuff.js",
"ncc-morphir": "ncc build cli/morphir.js -o dist/morphir",
"ncc-morphir-server": "ncc build cli/morphir-elm-develop.js -o dist/morphir-server",
"build": "gulp && npx jest && gulp test",
"build": "gulp && npm run ncc-morphir && npm run ncc-morphir-server && npx jest && gulp test",
"test-coverage": "elm-coverage src/ --open",
"build-value-editor": "elm make cli/src/Morphir/Web/Editor.elm --output=cli/web/valueEditor.js",
"postinstall": "elm-tooling install"
Expand Down

0 comments on commit 5dc2276

Please sign in to comment.