Browse Source

Move sync command to create-block package.

pull/2/head
Roman Axelrod 3 years ago
parent
commit
499c5b8163
  1. 1
      package.json

1
package.json

@ -8,7 +8,6 @@
},
"scripts": {
"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",
"build": "rollup --config rollup.config.js",
"build-platform": "NODE_ENV=development NODE_CONFIG_DIR=blocks/team/config BLOCK_NAME=team node ./build.js",

Loading…
Cancel
Save