We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4aabd commit 6c8eb79Copy full SHA for 6c8eb79
.gitignore
@@ -24,6 +24,7 @@ Thumbs.db
24
UserInterfaceState.xcuserstate
25
26
storybook-static/
27
+test-results/
28
29
.yalc
30
yalc.lock
pnpm-workspace.yaml
@@ -1,6 +1,15 @@
1
-# pnpm workspace configuration
2
-# This file defines which directories contain packages in the monorepo
3
-
4
packages:
5
- # All packages in the packages directory
6
- - 'packages/*'
+ - packages/*
+
+# the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts).
+strictDepBuilds: true
7
+onlyBuiltDependencies:
8
+ - '@swc/core'
9
+ - 'core-js'
10
+ - 'esbuild'
11
+ - 'less'
12
+ - 'nice-napi'
13
+ - 'puppeteer'
14
+ - 'sharp'
15
+ - 'unrs-resolver'
0 commit comments