mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
4 lines
155 B
JavaScript
Executable File
4 lines
155 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
console.error("Using npm run scripts is no longer supported. Use CLI commands instead.\nExample:\ntns build android")
|
|
process.exit(1); |