Added sync command to project.

This commit is contained in:
2022-11-05 12:52:30 +02:00
parent 812ea6d2c5
commit 16f65254da
+1
View File
@@ -8,6 +8,7 @@
}, },
"scripts": { "scripts": {
"start": "component-dev", "start": "component-dev",
"sync": "npx @axe-web/create-block sync",
"dev": "NODE_ENV=development NODE_CONFIG_DIR=blocks/team/config BLOCK_NAME=team node server.js", "dev": "NODE_ENV=development NODE_CONFIG_DIR=blocks/team/config BLOCK_NAME=team node server.js",
"build": "rollup --config rollup.config.js", "build": "rollup --config rollup.config.js",
"build-platform": "NODE_ENV=development NODE_CONFIG_DIR=blocks/team/config BLOCK_NAME=team node ./build.js", "build-platform": "NODE_ENV=development NODE_CONFIG_DIR=blocks/team/config BLOCK_NAME=team node ./build.js",