Update index.md (#1472)

Fix command typo: changed 'npm build' to 'npm run build'
This commit is contained in:
Sagar Pathak
2025-03-24 11:57:01 -05:00
committed by GitHub
parent 56851cc328
commit b739876726

View File

@@ -25,7 +25,7 @@ import { PluginContext } from 'molstar/lib/mol-plugin/context';
git clone https://github.com/molstar/molstar.git
cd molstar
npm install
npm build
npm run build
```
--------------------