Browse Source

Added sync command to project.

test-gpt-generated
Roman Axelrod 3 years ago
parent
commit
16f65254da
  1. 1
      package.json

1
package.json

@ -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",

Loading…
Cancel
Save