Skip to content

Commit fbfe761

Browse files
committed
chore: added package.json copy script
1 parent 98e296a commit fbfe761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:build": "yarn build && yarn clean",
2828
"test:tsc": "tsc --noEmit",
2929
"typescript": "tsc --noEmit",
30-
"build": "bob build",
30+
"build": "bob build && cp package.json lib/package.json",
3131
"clean": "del lib",
3232
"release": "release-it",
3333
"sample": "yarn --cwd sample",

0 commit comments

Comments
 (0)