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 5f78556 commit eae7346Copy full SHA for eae7346
lib/lookup.json
@@ -34,7 +34,8 @@
34
"build:cli --no-minify",
35
"typecheck:all",
36
"test:lint",
37
- "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts"
+ "test:unit --testPathIgnorePatterns ./packages/plugin-patch/tests/diffFolders.test.ts",
38
+ "test:integration sources/basic.test sources/pnp.test sources/pnp-esm.test sources/require.test sources/https.test sources/exports.test sources/commands/add.test"
39
],
40
"skip": ["aix", "win32"],
41
"timeout": 3000000,
0 commit comments