add npm scripts -- serve:plugin, build:plugin

pull/4466/head
drafish 10 months ago committed by yann300
parent 88eeb77272
commit 020f0bcb16
  1. 3
      package.json

@ -30,7 +30,8 @@
"start": "nx start", "start": "nx start",
"serve": "nx serve remix-ide --configuration=development", "serve": "nx serve remix-ide --configuration=development",
"serve:hot": "nx serve remix-ide --configuration=hot", "serve:hot": "nx serve remix-ide --configuration=hot",
"serve:learneth": "nx serve learneth --configuration=development", "serve:plugin": "nx serve ${npm_config_plugin} --configuration=development",
"build:plugin": "NODE_ENV=production nx build ${npm_config_plugin} --configuration=production --skip-nx-cache",
"build": "nx build", "build": "nx build",
"test": "nx test", "test": "nx test",
"lint": "nx lint", "lint": "nx lint",

Loading…
Cancel
Save