aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/test_utils/ya.make
blob: 4719052d4b3257b365f6f8be730bb2e50e65e3c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBSCRIBER(g:frontend-build-platform)

PY3_LIBRARY()

STYLE_PYTHON()

PY_SRCS(
    ts_utils.py
)

PEERDIR(
    build/plugins/lib/nots/package_manager
    build/plugins/lib/nots/typescript
)

END()