Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: change yalc to link
Browse files Browse the repository at this point in the history
Signed-off-by: csonchen <cson_chensheng@163.com>
  • Loading branch information
csonchen committed May 17, 2023
1 parent 0f09000 commit 1683e11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"tsc-types": "rm -rf types && tsc --declaration -p ./ -t es2015 --emitDeclarationOnly --outDir types",
"copy": "ts-node scripts/build-copy.ts",
"build": "npm run build-dist && npm run build-esm && npm run build-lib && npm run copy && npm run tsc-types",
"yalc-push": "npm run build && yalc push",
"watch:build": "nodemon --watch src --exec \"npm run yalc-push\" --ext ts,tsx,js,jsx,json,scss",
"watch:build": "nodemon --watch src --exec \"npm run build\" --ext ts,tsx,js,jsx,json,scss",
"storybook": "start-storybook -p 6006 -c .storybook",
"build-storybook": "build-storybook -s ./stories/public -c .storybook -o build-stories",
"format": "prettier --config-precedence prefer-file '{src, stories}/**/*.tsx' --write",
Expand Down

0 comments on commit 1683e11

Please sign in to comment.