This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b85eef53fd
woocommerce
/
plugins
/
woocommerce-admin
/
bin
/
js_lint_test.sh
8 lines
93 B
Bash
Raw
Blame
History
#!/usr/bin/env bash
if
[
[
${
RUN_JS
}
=
=
1
]
]
;
then
npm run lint
npm run build
npm
test
fi
Reference in New Issue
View Git Blame
Copy Permalink