FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
yieldmachine/Makefile at master · JavaScriptRegenerated/yieldmachine · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptRegenerated
/
yieldmachine
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
34
Code
Issues
33
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
yieldmachine
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (17 loc) · 539 Bytes
Breadcrumbs
yieldmachine
/
Makefile
Copy path
File metadata and controls
24 lines (17 loc) · 539 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
test_node_14
:
asdf install nodejs 14.17.6
source
$(
ASDF_DIR
)
/asdf.sh
&&
asdf shell nodejs 14.17.6
&&
npm t
test_node_15
:
@asdf install nodejs 15.14.0
source
$(
ASDF_DIR
)
/asdf.sh
&&
asdf shell nodejs 15.14.0
&&
npm t
packages
= yieldmachine yieldmachine-react
$(
foreach
package,
$(
packages
)
,
$(
package
)
)
:
cd
packages/
$@
&&
npm
exec
-- jest
test_all
:
$(
packages
)
echo
"
done
"
watch_core
:
cd
packages/yieldmachine
&&
npm t
watch_react
:
cd
packages/yieldmachine-react
&&
npm t
publish_core
:
cd
packages/yieldmachine
&&
npm publish
Back
|
FazBrowse Home
|
New Git URL