Skip to content

Commit fc6931a

Browse files
committed
cp
1 parent 2aa7cbe commit fc6931a

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
@@ -9,7 +9,7 @@
99
"lint": "./node_modules/.bin/eslint ./src/*.js --color",
1010
"build:dev": "./node_modules/.bin/webpack --progress --devtool eval-cheap-source-map",
1111
"build:prod": "NODE_ENV='production' ./node_modules/.bin/webpack --progress",
12-
"babel": "npx babel src --out-dir lib && cp src/index.d.ts lib/ && echo \">WARNING: This \\`lib\\` folder is generated with \\`npm run babel\\` and should not be modified!\" > lib/README.md "
12+
"babel": "cp src/vlow.d.ts lib/vlow.d.ts && npx babel src --out-dir lib && cp src/index.d.ts lib/ && echo \">WARNING: This \\`lib\\` folder is generated with \\`npm run babel\\` and should not be modified!\" > lib/README.md "
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)