You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
"build": "npm install && npm run watch-end && npm ci & cross-env NODE_ENV=production && npm run build-ts && npm run build-sass && npm run build-tailwind",
"watch-start": "npm run build && cross-env NODE_ENV=development && npm run build-tailwind",
"watch-after-start": "node index",
"test": "npm run build && mocha test --reporter min"