You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
like `next` or `stable` for the published version of the package.
59
67
60
68
1.**Tag the Git commit on successful execution**
@@ -63,8 +71,9 @@ that you configure the **Slack** or **Microsoft Teams** integration.
63
71
64
72
1.**Specify an optional bash command**
65
73
66
-
In case your npm scripts need different tools - like databases - you can use this parameter
67
-
to install such tools. Provide a command that can in a Ubuntu 20.04 LTS container.
74
+
In case your npm scripts need different tools - like databases - you can use
75
+
this parameter to install such tools. Provide a command that can in a Ubuntu
76
+
20.04 LTS container.
68
77
69
78
Here's is an example on how to install MongoDB and start it:
70
79
@@ -82,12 +91,14 @@ that you configure the **Slack** or **Microsoft Teams** integration.
82
91
83
92
1. **Enable file caching for faster execution times**
84
93
85
-
You can speed up executions times by enabling file caching for certain artifacts — for example, dependencies —
86
-
by providing glob patterns of files you'd like to cache between executions.
94
+
You can speed up executions times by enabling file caching for certain
95
+
artifacts — for example, dependencies — by providing glob patterns of files
96
+
you'd like to cache between executions.
87
97
88
98
Note that only files within the `/atm/home` directory can be cached.
89
99
90
-
Caching the npm dependency cache could be accomplished with the following pattern:
100
+
Caching the npm dependency cache could be accomplished with the following
101
+
pattern:
91
102
92
103
`.npm/**`
93
104
@@ -107,15 +118,15 @@ that you configure the **Slack** or **Microsoft Teams** integration.
107
118
108
119
1. **Enjoy automatic and consistent execution of npm scripts on every push**
109
120
110
-
To create feature requests or bug reports, create an [issue in the repository for this skill](https://github.com/atomist-skills/npm-build-skill/issues).
121
+
To create feature requests or bug reports, create an
122
+
[issue in the repository for this skill](https://github.com/atomist-skills/npm-build-skill/issues).
111
123
See the [code](https://github.com/atomist-skills/npm-build-skill) for the skill.
112
124
113
125
<!---atomist-skill-readme:end--->
114
126
115
127
---
116
128
117
-
Created by [Atomist][atomist].
118
-
Need Help? [Join our Slack workspace][slack].
129
+
Created by [Atomist][atomist]. Need Help? [Join our Slack workspace][slack].
119
130
120
131
[atomist]: https://atomist.com/ "Atomist - How Teams Deliver Software"
121
132
[slack]: https://join.atomist.com/ "Atomist Community Slack"
0 commit comments