This website works better with JavaScript
Home
Explore
Help
Sign In
oznt
/
svetle-jest-playground
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add Makefile
Oz Tiram
5 years ago
parent
c498d481dd
commit
ac037c6c64
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
Makefile
+ 7
- 0
Makefile
View File
@@ -0,0 +1,7 @@
+
+test:
+ npm test
+
+
+run-dev:
+ npm run start:dev