Skip to content

Commit bd6dc44

Browse files
committed
update postbuild to copy classes.json into dist
1 parent ab9eaf3 commit bd6dc44

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
@@ -25,7 +25,7 @@
2525
"scripts": {
2626
"prebuild": "ts-node --files --project helper/tsconfig.json helper/index.ts && shx rm -rf dist",
2727
"build": "rollup -c --environment NODE_ENV:production",
28-
"postbuild": "shx cp helper/mappings.json dist",
28+
"postbuild": "shx cp helper/mappings.json helper/classes.json dist",
2929
"css-lint": "stylelint src",
3030
"lint": "eslint --ext .js,.ts,.vue,.md,.html --max-warnings=0 .",
3131
"lint-arg": "eslint --ext .js,.ts,.vue,.md,.html --max-warnings=0",

0 commit comments

Comments
 (0)