UNPKG

191 BPlain TextView Raw
1#!/usr/bin/env node
2
3console.error("Using npm run scripts is no longer supported. Use CLI commands and pass the --bundle flag instead.\nExample:\ntns build android --bundle")
4process.exit(1);
\No newline at end of file