File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1313 "url" : " https://github.com/cotes2020/jekyll-theme-chirpy/issues"
1414 },
1515 "homepage" : " https://github.com/cotes2020/jekyll-theme-chirpy/" ,
16+ "type" : " module" ,
1617 "scripts" : {
1718 "build" : " concurrently npm:build:*" ,
1819 "build:css" : " node purgecss.js" ,
1920 "build:js" : " rollup -c --bundleConfigAsCjs --environment BUILD:production" ,
2021 "watch:js" : " rollup -c --bundleConfigAsCjs -w" ,
22+ "lint:js" : " eslint _javascript" ,
2123 "lint:scss" : " stylelint _sass/**/*.scss" ,
2224 "lint:fix:scss" : " npm run lint:scss -- --fix" ,
23- "test" : " npm run lint:scss" ,
25+ "test" : " npm run lint:js && npm run lint: scss" ,
2426 "prepare" : " husky"
2527 },
2628 "dependencies" : {
4244 "@semantic-release/git" : " ^10.0.1" ,
4345 "concurrently" : " ^9.1.2" ,
4446 "conventional-changelog-conventionalcommits" : " ^8.0.0" ,
47+ "eslint" : " ^9.27.0" ,
48+ "globals" : " ^16.1.0" ,
4549 "husky" : " ^9.1.7" ,
4650 "purgecss" : " ^7.0.2" ,
4751 "rollup" : " ^4.41.0" ,
You can’t perform that action at this time.
0 commit comments