1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/docs/scripts/make-schema.sh

9 lines
122 B
Bash
Raw Normal View History

#!/bin/sh
set -e
cd ..
yarn="node `pwd`/.yarn/releases/yarn-*.cjs"
$yarn install
cd packages/schema
$yarn prepack --stub