Tucker McKnight
Remove doc generation from build script; it isn't necessary The docs aren't used as part of the installable node module, they are only for the public website. Also make sure that the dist/frontend folder is created. This caused a problem when installing from scratch. Also add a todo about fixing file displays when the syntax highlighting plugin isn't available.
1
1
mkdir -p dist/frontend
4
"build": "npm run schemas && npm run ts && npm run frontend && npm run docs && npm run css",
4
"build": "npm run schemas && npm run ts && npm run frontend && npm run css",
46
46
- [ ] Better file display if syntax highlighting plugin is not available
- Seems to print out all on one line right now.