Skip to content

Commit

Permalink
reverting script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jialecl committed Sep 20, 2023
1 parent 38e3c4c commit 40915a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"test": "jest",
"test:watch": "npm test -- --watch --coverage",
"build": "babel src --extensions .js,.jsx,.ts,.tsx --out-dir dist --copy-files --verbose && node ../scripts/build/copy-script.js && tsc ",
"build": "babel src --extensions .js,.jsx,.ts,.tsx --out-dir dist --copy-files --verbose && node ../scripts/build/copy-readme.js && tsc ",
"build:watch": "babel src --watch --extensions .js,.jsx,.ts,.tsx --out-dir dist --copy-files --verbose",
"build:link": "npm run build && cd dist && npm link"
},
Expand Down
File renamed without changes.

0 comments on commit 40915a9

Please sign in to comment.