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 4d859bf commit 97e3409Copy full SHA for 97e3409
package.json
@@ -30,7 +30,8 @@
30
"license-check": "jsgl --local .",
31
"docs-test": "linkinator docs",
32
"predocs-test": "npm run docs",
33
- "prelint": "cd samples; npm link ../; npm i"
+ "prelint": "cd samples; npm link ../; npm install",
34
+ "precompile": "gts clean"
35
},
36
"dependencies": {
37
"@google-cloud/common": "^3.0.0",
synth.py
@@ -14,6 +14,7 @@
14
15
import synthtool as s
16
import synthtool.gcp as gcp
17
+import synthtool.languages.node as node
18
import logging
19
20
logging.basicConfig(level=logging.DEBUG)
@@ -23,3 +24,5 @@
23
24
common_templates = gcp.CommonTemplates()
25
templates = common_templates.node_library()
26
s.copy(templates)
27
+node.install()
28
+node.fix()
0 commit comments