File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ node_modules/
33npm-debug.log
44_site
55.DS_Store
6+ tmp /
Original file line number Diff line number Diff line change 3636 "lint:scss:fix" : " stylelint '**/*.scss' --fix" ,
3737 "lint" : " npm run lint:prettier && npm run lint:js && npm run lint:scss" ,
3838 "lint:fix" : " npm run lint:prettier:fix && npm run lint:js:fix && npm run lint:scss:fix" ,
39- "test" : " npm run lint && npx govuk-prototype-kit@latest validate-plugin" ,
39+ "test" : " npm run lint && npx govuk-prototype-kit@latest validate-plugin && npm run test:css" ,
40+ "test:css" : " npx sass --pkg-importer=node --load-path=. --quiet-deps src/x-govuk/index.scss ./tmp/output.css" ,
4041 "prepublishOnly" : " npm run package" ,
4142 "package" : " rollup --config" ,
4243 "release" : " np"
You can’t perform that action at this time.
0 commit comments