File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 7979 },
8080 "scripts" : {
8181 "setup" : " git config blame.ignoreRevsFile .git-blame-ignore-revs" ,
82- "postinstall" : " yarn setup || true" ,
8382 "build" : " cross-env NODE_ENV=development yarn _build" ,
8483 "build:prod" : " cross-env NODE_ENV=production yarn _build" ,
8584 "build:node" : " yarn _babel && yarn build:ts" ,
107106 "test:browser:no-axios" : " cross-env USE_AXIOS=false yarn build:browser && cross-env USE_AXIOS=false vitest run --config config/vitest.config.browser.ts test/unit" ,
108107 "fmt" : " yarn _prettier && yarn eslint src/ --fix" ,
109108 "preversion" : " yarn clean && yarn _prettier && yarn build:prod && yarn test" ,
110- "prepare" : " yarn build:prod" ,
109+ "prepare" : " yarn build:prod && yarn setup " ,
111110 "_build" : " yarn build:node:all && yarn build:browser:all" ,
112111 "_babel" : " babel --extensions '.ts' --out-dir ${OUTPUT_DIR:-lib} src/" ,
113112 "_nyc" : " node node_modules/.bin/nyc --nycrc-path config/.nycrc" ,
You can’t perform that action at this time.
0 commit comments