Skip to content

Commit 85a1ab8

Browse files
committed
removed --production
1 parent 5f473ce commit 85a1ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
. venv/bin/activate
112112
set -eo pipefail
113113
pip install -e . --progress-bar off && pip list | grep dash
114-
npm install --production && npm run initialize
114+
npm install npm run initialize
115115
npm run build
116116
npm run lint
117117
- run:

0 commit comments

Comments
 (0)