Skip to content

Commit e4086b3

Browse files
committed
fixup! Website/frontend: add page
1 parent 3a7ce34 commit e4086b3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

website/docs/developers/frontend.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,13 @@ frontend/
9393

9494
```bash
9595
# Development server with hot reload
96-
npm start
96+
npm run start
9797

9898
# Production build
9999
npm run build
100100

101101
# Run tests
102-
npm test
103-
104-
# Run linting
105-
npm run lint
102+
npm run tests
106103

107104
# Build for specific environment
108105
npm run build -- --configuration=production

0 commit comments

Comments
 (0)