Skip to content

Commit 4aaffed

Browse files
authored
Update package.json
1 parent 475d306 commit 4aaffed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"prebuild": "rimraf dist",
3131
"build": "yarn build:CSS && yarn build:rollup",
32-
"build:CSS": "yarn node -r esbuild-register scripts/copyCSS.ts",
32+
"build:CSS": "node --loader ts-node/esm scripts/copyCSS.ts",
3333
"build:rollup": "rollup --config",
3434
"dev": "yarn build:rollup --watch",
3535
"clean": "rimraf dist node_modules",
@@ -75,4 +75,4 @@
7575
"aws-amplify": "^6.14.3",
7676
"vue": "^3.0"
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)