Closed manniL closed 3 years ago
This PR adds the dev and build command in the package.json so people can run yarn dev and yarn build instead of the quasar equivalent. This is a pure QoL feature.
dev
build
package.json
yarn dev
yarn build
This PR adds the
dev
andbuild
command in thepackage.json
so people can runyarn dev
andyarn build
instead of the quasar equivalent. This is a pure QoL feature.