We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f502d26 commit fe0592fCopy full SHA for fe0592f
README.md
@@ -414,7 +414,7 @@ source_path = [
414
npm_tmp_dir = "/tmp/dir/location"
415
prefix_in_zip = "foo/bar1",
416
}, {
417
- path = "src/python-app3",
+ path = "src/nodejs-app2",
418
commands = [
419
"npm install",
420
":zip"
@@ -424,7 +424,7 @@ source_path = [
424
"node_modules/.+", # Include all node_modules
425
],
426
427
+ path = "src/go-app1",
428
commands = ["go build"],
429
patterns = <<END
430
bin/.*
0 commit comments