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.
2 parents 287977a + a055076 commit 0d72245Copy full SHA for 0d72245
1 file changed
package.json
@@ -46,7 +46,7 @@
46
"test:web:all": "TEST_MODE=all vitest -c vitest.web.config.ts",
47
"test:web:coverage": "VITEST_COVERAGE=true TEST_MODE=all vitest -c vitest.web.config.ts",
48
"//": "See https://github.com/kylebarron/parquet-wasm/issues/798",
49
- "postinstall": "cd node_modules/parquet-wasm && npm pkg delete type",
+ "postinstall": "cd node_modules/parquet-wasm 2>/dev/null && npm pkg delete type || true",
50
"prepare": "husky"
51
},
52
"devDependencies": {
0 commit comments