|
33 | 33 | }
|
34 | 34 | },
|
35 | 35 | "scripts": {
|
36 |
| - "build": "npm run build:wasm && concurrently -c green,blue \"npm run build:napi -- --release\" \"npm:build:js\" && npm run build:copy-native", |
| 36 | + "build": "concurrently -c green,blue \"npm run build:wasm\" \"npm:build:ast-converters\" && concurrently -c green,blue \"npm run build:napi -- --release\" \"npm:build:js\" && npm run build:copy-native", |
37 | 37 | "build:quick": "concurrently -c green,blue 'npm:build:napi' 'npm:build:cjs' && npm run build:copy-native",
|
38 | 38 | "build:napi": "napi build --platform --dts native.d.ts --js false --cargo-cwd rust -p bindings_napi --cargo-name bindings_napi",
|
39 | 39 | "build:wasm": "wasm-pack build rust/bindings_wasm --out-dir ../../wasm --target web --no-pack && shx rm wasm/.gitignore",
|
|
48 | 48 | "build:cjs": "rollup --config rollup.config.ts --configPlugin typescript --configTest --forceExit",
|
49 | 49 | "build:bootstrap": "shx mv dist dist-build && node dist-build/bin/rollup --config rollup.config.ts --configPlugin typescript --forceExit && shx rm -rf dist-build",
|
50 | 50 | "build:docs": "vitepress build docs",
|
| 51 | + "build:ast-converters": "node scripts/generate-ast-converters.js", |
51 | 52 | "preview:docs": "vitepress preview docs",
|
52 | 53 | "ci:artifacts": "napi artifacts",
|
53 | 54 | "ci:lint": "concurrently -c red,yellow,green,blue 'npm:lint:js:nofix' 'npm:lint:native-js' 'npm:lint:markdown:nofix' 'npm:lint:rust:nofix'",
|
|
127 | 128 | "@rollup/plugin-terser": "^0.4.4",
|
128 | 129 | "@rollup/plugin-typescript": "11.1.5",
|
129 | 130 | "@rollup/pluginutils": "^5.1.0",
|
| 131 | + "@types/eslint": "^8.44.9", |
130 | 132 | "@types/inquirer": "^9.0.7",
|
131 | 133 | "@types/mocha": "^10.0.6",
|
132 | 134 | "@types/node": "18.0.0",
|
|
0 commit comments