summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-09-18 20:03:56 -0400
committerGitHub <noreply@github.com>2020-09-18 20:03:56 -0400
commite9d6c4cc928516647172c5ba3c938126390adfa2 (patch)
treedbcd995197393c687dc1fffa6a360bc52e6616ee /build.sh
parent19e1f33b3fcb685617589078362af5aace3b1630 (diff)
Build system updates (#839)
* Add 'remove' and 'splice' actions * Destructure * Clone values applied to the schema * Move manifest modifications * Use clone * Fix destructure * Add support for inheritance * Create build function * Add createVariantManifest * Add support for command line arguments * Enable argument passing when using the build scripts
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 2d2c12b7..0d3c408d 100755
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-npm run-script build
+npm run-script build -- "$@"