File: prepare.mjs

package info (click to toggle)
node-core-js 3.33.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 18,828 kB
  • sloc: javascript: 87,204; makefile: 13
file content (3 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (2)
1
2
3
await import('./build-indexes.mjs');
await import('./clean-and-copy.mjs');
await $`npm run build-compat`;