There was an error while loading. Please reload this page.
1 parent 8889633 commit d5699a3Copy full SHA for d5699a3
2 files changed
packages/google-cloud-resourcemanager/package.json
@@ -40,7 +40,8 @@
40
"presystem-test": "npm run compile",
41
"docs-test": "linkinator docs",
42
"predocs-test": "npm run docs",
43
- "prelint": "cd samples; npm link ../; npm i"
+ "prelint": "cd samples; npm link ../; npm install",
44
+ "precompile": "gts clean"
45
},
46
"dependencies": {
47
"@google-cloud/common": "^3.0.0",
packages/google-cloud-resourcemanager/synth.py
@@ -1,7 +1,7 @@
1
import synthtool as s
2
import synthtool.gcp as gcp
3
+import synthtool.languages.node as node
4
import logging
-import subprocess
5
6
logging.basicConfig(level=logging.DEBUG)
7
@@ -10,3 +10,5 @@
10
common_templates = gcp.CommonTemplates()
11
templates = common_templates.node_library(source_location="build/src")
12
s.copy(templates)
13
+node.install()
14
+node.fix()
0 commit comments