Skip to content

Commit 23b8cd8

Browse files
authored
update circle ci
1 parent 30f83a9 commit 23b8cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- checkout
1111
- run:
1212
name: Create Strapi project
13-
command: cd ~/project && yarn create strapi-app crm-project --quickstart
13+
command: cd ~/project && yarn create strapi-app crm-project --quickstart --no-run
1414
- run:
1515
name: Load the demo DB
1616
command: cd ~/project/crm-project && cp -R ~/project/crm-plugin/tests/integration/testing_db/.tmp .
@@ -19,7 +19,7 @@ jobs:
1919
command: mkdir -p ~/project/crm-project/plugins && mv ~/project/crm-plugin ~/project/crm-project/plugins/
2020
- run:
2121
name: Start Strapi project
22-
command: cd ~/project/crm-project && yarn install && yarn start
22+
command: cd ~/project/crm-project && yarn start
2323
background: true
2424
- run:
2525
shell: /bin/sh

0 commit comments

Comments
 (0)