Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnaoumov/obsidian-typings-build-test
https://github.com/mnaoumov/obsidian-typings-build-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnaoumov/obsidian-typings-build-test
- Owner: mnaoumov
- Created: 2024-06-04T15:50:57.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T23:37:02.000Z (5 months ago)
- Last Synced: 2024-07-31T00:19:43.559Z (5 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `obsidian-typings` build test
The aim of this repository is to show the correct ways how to make `obsidian-typings` import working smoothly.
In order to set up paths properly, this repository should be in the same location as `obsidian-typings`, e.g
```
├─ \obsidian-typings\
└─ \obsidian-typings-build-test\
```To test the build
```bash
cd project1
npm run build-test
```