We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1833806 commit bbd520aCopy full SHA for bbd520a
package.json
@@ -33,7 +33,7 @@
33
"server:dev:hmr": "npm run server:dev -- --hot",
34
"server:prod": "http-server dist --cors",
35
"server:docs": "http-server docs --cors",
36
- "lint": "lint:app && lint:test",
+ "lint": "npm run lint:app && npm run lint:test",
37
"lint:app": "tslint -c ./tslint.json './src/app/**/*.ts'",
38
"lint:test": "tslint -c ./tslint.json './test/unit/**/*.ts'",
39
"webpack": "cross-env TS_NODE_PROJECT=tsconfig.tsnode.json TS_NODE_FAST=true ./node_modules/.bin/webpack",
src/app/main.ts
@@ -1,4 +1,5 @@
1
-/**
+
2
+/**
3
* Import the main sass file for all the styles
4
*/
5
import '../scss/main.scss';
0 commit comments