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.
1. **Enable file caching for faster execution times**
84
+
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.
87
+
88
+
Note that only files within the `/atm/home` directory can be cached.
89
+
90
+
Caching the npm dependency cache could be accomplished with the following pattern:
91
+
92
+
`.npm/**`
93
+
94
+
1. **Determine repository scope**
95
+
96
+
By default, this skill will be enabled for all repositories in all
97
+
organizations you have connected.
98
+
99
+
To restrict the organizations or specific repositories on which the skill
100
+
will run, you can explicitly choose organization(s) and repositories.
101
+
102
+
# How to build and publish your npm projects
103
+
104
+
1. **Configure at least the npm scripts to run**
105
+
106
+
1. **Make some pushes to your configured repositories**
28
107
29
-
2.**Don't risk letting sensitive secrets and credential sit in your code base for the taking!**
108
+
1. **Enjoy automatic and consistent execution of npm scripts on every push**
30
109
31
-
To create feature requests or bug reports, create an [issue in the repository for this skill](https://github.com/atomist-skills/npm-skill/issues).
32
-
See the [code](https://github.com/atomist-skills/npm-skill) for the skill.
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).
111
+
See the [code](https://github.com/atomist-skills/npm-build-skill) for the skill.
0 commit comments