File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3939 "build:typedoc:ja:staging" : " set NODE_ENV=staging && node ./scripts/build-typedoc.mjs --localize=jp" ,
4040 "build:typedoc:en:production" : " set NODE_ENV=production && node ./scripts/build-typedoc.mjs --localize=en" ,
4141 "build:typedoc:en:staging" : " set NODE_ENV=staging && node ./scripts/build-typedoc.mjs --localize=en" ,
42+ "build:sassdoc:export" : " gulp sassdocBuildJson --convert true --exportDir ./extras/sassdoc && gulp sassdocCleanOutputDir" ,
43+ "build:sassdoc:import" : " gulp sassdocImportJson --render true --importDir ./extras/sassdoc" ,
4244 "build:sassdoc:en:production" : " set NODE_ENV=production && set SASSDOC_LANG=en && gulp sassdocBuildEN" ,
4345 "build:sassdoc:en:staging" : " set NODE_ENV=staging && set SASSDOC_LANG=en && gulp sassdocBuildEN" ,
4446 "build:sassdoc:ja:production" : " set NODE_ENV=production && set SASSDOC_LANG=jp && gulp sassdocBuildJA --render true" ,
138140 "typedoc-plugin-localization" : " ^3.0.3" ,
139141 "typescript" : " 5.2.2"
140142 }
141- }
143+ }
You can’t perform that action at this time.
0 commit comments