Skip to content

Commit d4c175f

Browse files
committed
chore(build): build ion-dev.css as part of the build command
build ion-dev.css as part of the build command
1 parent 5906167 commit d4c175f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ dist
4444

4545
.vscode
4646
*.sw[mnpcod]
47+
48+
bin/ion-dev.css

bin/ion-dev.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ionic-app-scripts": "./bin/ionic-app-scripts.js"
1717
},
1818
"scripts": {
19-
"build": "npm run clean && tsc",
19+
"build": "npm run clean && tsc && npm run sass",
2020
"build-and-test": "npm run build && npm run test",
2121
"changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s",
2222
"changelog-and-commit": "npm run changelog && node ./scripts/commit-changelog.js",

0 commit comments

Comments
 (0)