Skip to content

Commit a2360e0

Browse files
authored
Merge pull request #30 from linux-nerd/bugfix/#29_proj_not_building_on_linux
Build issue on linux
2 parents 42ca6b3 + 4c50ab8 commit a2360e0

File tree

5 files changed

+5848
-11
lines changed

5 files changed

+5848
-11
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,26 @@ Install the dependencies
2020
`npm install`
2121

2222
Run dev build
23+
- For linux and darwin
2324
`npm run dev`
2425

26+
- For windows
27+
`npm run dev:win32`
28+
2529
To execute unit test cases
30+
- For linux and darwin
2631
`npm test`
2732

33+
- For windows
34+
`npm test:win32`
35+
2836
Trigger production build
37+
- For linux and darwin
2938
`npm run build`
3039

40+
- For windows
41+
`npm run build:win32`
42+
3143
# List of Data Structures
3244
Data structures covered so far -
3345
- [Binary Search Tree](#binary-search-tree)

karma.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = function (config) {
1111
// base path that will be used to resolve all patterns (eg. files, exclude)
1212
basePath: '',
1313

14-
1514
// frameworks to use
1615
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
1716
frameworks: ['jasmine'],

0 commit comments

Comments
 (0)