📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -11,12 +11,15 @@
|
||||
"assets"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "bun build src/index.ts --outdir dist --target node",
|
||||
"build": "node scripts/build.mjs",
|
||||
"dev": "bun run src/index.ts",
|
||||
"sync:assets": "node scripts/sync-assets.mjs",
|
||||
"check:assets": "node scripts/sync-assets.mjs --check",
|
||||
"validate:csv": "cd .. && python3 scripts/validate-csv.py",
|
||||
"smoke:domains": "cd .. && bash scripts/smoke-domains.sh",
|
||||
"smoke:stacks": "cd .. && bash scripts/smoke-stacks.sh",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"prepublishOnly": "npm run sync:assets && npm run typecheck && bun run build"
|
||||
"prepublishOnly": "npm run sync:assets && npm run validate:csv && npm run smoke:domains && npm run smoke:stacks && npm run typecheck && npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
"ui",
|
||||
|
||||
Reference in New Issue
Block a user