Development build¶
yarn clean:dist && yarn build:dev
Note
Most of the time you’ll be working using the built-in development server
through yarn server
, but invoking a build arbitrarily is often useful.
yarn clean:dist && yarn build:dev
Note
Most of the time you’ll be working using the built-in development server
through yarn server
, but invoking a build arbitrarily is often useful.