This website requires JavaScript.
Explore
Help
Sign in
marc
/
rotini
Archived
Watch
1
Star
0
Fork
You've already forked rotini
0
Code
Issues
4
Pull requests
10
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2024-07-19
. You can view files and clone it, but cannot push or open issues or pull requests.
7b9aef9f17
rotini
/
frontend
/
script
/
bootstrap
8 lines
81 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontend): initial mock app + tooling + CI (#1) * feat(frontend): filelist, filedetails, routing * ci: enable lint/test/build, preview stub * ci: linting file filter
2023-08-05 16:46:28 +00:00
#!/bin/bash
if [[ $CI != 1 ]]; then
feat(frontend): files API stub instead of hardcoded mocks (#3) * build(frontend): node version management * feat: use files API via network instead of hardcoded mock * fix: mock in tests
2023-08-09 04:52:26 +00:00
n $(cat .n)
feat(frontend): initial mock app + tooling + CI (#1) * feat(frontend): filelist, filedetails, routing * ci: enable lint/test/build, preview stub * ci: linting file filter
2023-08-05 16:46:28 +00:00
fi
corepack enable && yarn
Reference in a new issue
Copy permalink