There was an error while loading. Please reload this page.
1 parent 5906167 commit d4c175fCopy full SHA for d4c175f
.gitignore
@@ -44,3 +44,5 @@ dist
44
45
.vscode
46
*.sw[mnpcod]
47
+
48
+bin/ion-dev.css
bin/ion-dev.css
package.json
@@ -16,7 +16,7 @@
16
"ionic-app-scripts": "./bin/ionic-app-scripts.js"
17
},
18
"scripts": {
19
- "build": "npm run clean && tsc",
+ "build": "npm run clean && tsc && npm run sass",
20
"build-and-test": "npm run build && npm run test",
21
"changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s",
22
"changelog-and-commit": "npm run changelog && node ./scripts/commit-changelog.js",
0 commit comments