File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "dev" : " strapi develop" ,
99 "start" : " strapi start" ,
1010 "build" : " npm run build:strapi && npm run build:lib" ,
11- "prebuild:strapi" : " cd src/plugins/import-notifications && yarn install && yarn run build && cd ../../.. && strapi ts:generate-types " ,
11+ "prebuild:strapi" : " cd src/plugins/import-notifications && yarn install && yarn run build" ,
1212 "build:strapi" : " strapi build" ,
1313 "build:lib" : " npm run clean:clean && npm run gen:types && npm run compile:lib" ,
1414 "clean:clean" : " rimraf lib/dist" ,
1515 "gen:types" : " npx openapi-typescript src/extensions/documentation/documentation/1.0.0/full_documentation.json -o src/gen/types.ts" ,
16+ "gen:strapi-types" : " strapi ts:generate-types" ,
1617 "compile:lib" : " npx tsc -p lib/tsconfig.json" ,
1718 "strapi" : " strapi" ,
1819 "publish:lib" : " scripts/publish-lib.sh" ,
You can’t perform that action at this time.
0 commit comments