damonbauer / npm-build-boilerplate

A collection of packages that build a website using npm scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build all before watch all.

shenqihui opened this issue · comments

I suggest to build add before watch all.

So i think when run npm install ,it will call postinstall, and i change my postinstall script into

npm run build:all && npm run watch:all

This will make another quickly start use this repo.