# for development w/ local server
npm run dev
# for production
npm run build
You can specify steps to develop, by passing directory path as context
. (defailt is ./1
)
# dev step 2
npm run dev -- --context ./2
# build step 3
npm run build -- --context ./3