Commit 2b80c2d
Fixed npm start on default shell (debian)
I have renamed SET to set in the `package.json`-file.
I'm an ubuntu user and the `npm start` script doesn't work for me.
It yields the following error.
```
> [email protected] start
> SET NODE_ENV=dev && node cl-rest.js
sh: 1: SET: not found
```1 parent b3abf3f commit 2b80c2d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments