We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ab9ed commit 3fc768aCopy full SHA for 3fc768a
.no-postinstall
.npmignore
@@ -9,4 +9,5 @@ src
9
.gitignore
10
.prettierrc.json
11
jest.config.js
12
-yarn-error.log
+yarn-error.log
13
+.no-postinstall
package.json
@@ -42,7 +42,7 @@
42
"test:tsc": "tsc --noEmit",
43
"build": "node ./scripts/build.cjs",
44
"build:gest": "node ./scripts/build-gest.cjs",
45
- "postinstall": "node ./dist/legacy/add-config-schema.js"
+ "postinstall": "bash -c \"if [ ! -e .no-postinstall ]; then node ./dist/legacy/add-config-schema.js; fi\""
46
},
47
"keywords": [],
48
"repository": {
0 commit comments