This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
8b0d37ca9e
embark
/
scripts
/
check-no-prepare.js
4 lines
75 B
JavaScript
Raw
Blame
History
/* global process */
process
.
exit
(
process
.
env
.
EMBARK
_NO
_PREPARE
?
1
:
0
)
;
Reference in New Issue
View Git Blame
Copy Permalink