You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,15 @@ bower install
40
40
## Development
41
41
All scripts are run with `npm run [script]`, for example: `npm run test`.
42
42
43
-
`build` - generate a minified build to `public` folder
44
-
`test` - run all tests
45
-
`test:live` - continuously run unit tests watching for changes
46
-
`eslint:app` - lint code in `app` folder
47
-
`eslint:tests` - lint code in `tests` folder
43
+
`build` - generate a minified build to `public` folder
44
+
`test` - run all tests
45
+
`test:live` - continuously run unit tests watching for changes
46
+
`eslint:app` - lint code in `app` folder
47
+
`eslint:tests` - lint code in `tests` folder
48
48
49
49
See what each script does by looking at the scripts section in `package.json`.
50
50
51
51
License
52
52
=======
53
53
54
-
Code and documentation are available according to the `MIT` License (see [LICENSE](https://github.com/ziyasal/ng-espack-boilerplate/blob/master/LICENSE)).
54
+
Code and documentation are available according to the `MIT` License (see [LICENSE](https://github.com/ziyasal/ng-espack-boilerplate/blob/master/LICENSE)).
0 commit comments