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 9914cbb commit 34eadaeCopy full SHA for 34eadae
package.json
@@ -81,7 +81,7 @@
81
"yargs": "^15.3.1"
82
},
83
"scripts": {
84
- "build-ci": "rimraf dist && tsc && node scripts/cli.js",
+ "build-ci": "rimraf dist && tsc && node scripts/cli.js --skipExtraction ",
85
"build-prepare": "npm run build-ci",
86
"build": "rimraf dist && tsc && node scripts/cli.js --local",
87
"build-only": "rimraf dist && tsc && node scripts/cli.js --skipExtraction",
@@ -90,7 +90,7 @@
90
"lint": "eslint src examples",
91
"test": "jest --runInBand",
92
"type-tests": "yarn tsc -p src/tests && yarn tsc -p src/query/tests",
93
- "prepare": "node -e 'process.exit(process.env.CI?0:1)' || npm run build-prepare"
+ "prepack": "npm run build-prepare"
94
95
"files": [
96
"dist/**/*.js",
0 commit comments