Skip to content

Commit 5826e18

Browse files
committed
Build configurations.
1 parent 6703d06 commit 5826e18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ idea = loadPlugin(id: "org.savantbuild.plugin:idea:1.0.1")
3737
release = loadPlugin(id: "org.savantbuild.plugin:release-git:${savantVersion}")
3838

3939
target(name: "init", description: "Initializes the project") {
40-
def proc = 'npm install'.execute()
40+
def proc = 'npm ci'.execute()
4141
proc.consumeProcessOutput(System.out, System.err)
4242
proc.waitFor()
4343
if (proc.exitValue() != 0) {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)