diff --git a/package.json b/package.json index d62169e..0342e2b 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "copy:graphql": "cp src/*.graphql dist/", "copy:editor": "mkdir \"dist/editor\" && cp src/editor/*.html dist/editor && cp src/editor/*.js dist/editor && cp src/editor/*.css dist/editor && cp src/editor/*.svg dist/editor", "build:all": "rm -rf dist && mkdir dist && npm run build:editor && npm run build:typescript && npm run copy:graphql && npm run copy:editor", + "prepare": "npm run build:all", "prettier": "prettier --cache --cache-strategy metadata --ignore-path .gitignore --write --list-different .", "prettier:check": "prettier --cache --cache-strategy metadata --ignore-path .gitignore --check .", "check:spelling": "cspell --cache --no-progress '**/*'"