File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2727 "lint" : " npx eslint ." ,
2828 "lint:fix" : " npx eslint . --fix" ,
2929 "lint:check" : " npx eslint . --max-warnings 0" ,
30- "try:init" : " node dist/cli.js init testproject --dangerously-clobber --no-interactive --data-layer static --import-course-data --import-server-url http://localhost:5984 --import-username admin --import-password password --import-course-ids 2aeb8315ef78f3e89ca386992d00825b && cd testproject && npm i && npm install --save-dev @vue-skuilder/cli@file:.. && npm install @vue-skuilder/db@file:../../db && npm install @vue-skuilder/courses@file:../../courses && npm install @vue-skuilder/common-ui@file:../../common-ui"
30+ "try:init" : " node dist/cli.js init testproject --dangerously-clobber --no-interactive --data-layer static --import-course-data --import-server-url http://localhost:5984 --import-username admin --import-password password --import-course-ids 2aeb8315ef78f3e89ca386992d00825b && cd testproject && npm i && npm install --save-dev @vue-skuilder/cli@file:.. && npm install @vue-skuilder/db@file:../../db @vue-skuilder/courses@file:../../courses @vue-skuilder/common-ui@file:../../common-ui"
3131 },
3232 "keywords" : [
3333 " cli" ,
You can’t perform that action at this time.
0 commit comments