Logo
Explore Help
Sign In
studio/cunningham
2
0
Fork 0
You've already forked cunningham
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
72f70485140ae8d4e2caef5ed8413997efa6037a
cunningham/packages/react/build

8 lines
127 B
Plaintext
Raw Normal View History

🔧(react) rollup type files Previously types file were splitted into their original folder tree structure. By enabling this option we could just get one global .d.ts file. To make this more handy I created a dedicated build bash file, the package.json was starting to get messy.
2023-05-04 15:07:04 +02:00
#!/bin/bash
🔧(react) chain commands within build script Currently commands within build script are not chained so if one fail, all other will run that could lead to mistunderstanding, that all is working fine when no...
2023-08-10 18:26:33 +02:00
tsc \
&& yarn build-theme \
&& vite build \
&& yarn build-fonts \
&& yarn build-icons \
&& cp -R src/locales dist/
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 39ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API