We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d42d3 commit c72b702Copy full SHA for c72b702
2 files changed
package.json
@@ -171,5 +171,22 @@
171
"webpack-cli": "^5.0.2"
172
},
173
"repository": "https://github.com/TrialAndErrorOrg/websites",
174
- "author": "Thomas F. K. Jorna <hello@tefkah.com>"
+ "author": "Thomas F. K. Jorna <hello@tefkah.com>",
175
+ "pnpm": {
176
+ "onlyBuiltDependencies": [
177
+ "@parcel/watcher",
178
+ "@strapi/strapi",
179
+ "@swc/core",
180
+ "core-js",
181
+ "core-js-pure",
182
+ "cypress",
183
+ "esbuild",
184
+ "fsevents",
185
+ "nx",
186
+ "postinstall-postinstall",
187
+ "sharp",
188
+ "strapi",
189
+ "unrs-resolver"
190
+ ]
191
+ }
192
}
0 commit comments