We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6c3a4 commit 826e65bCopy full SHA for 826e65b
docker-entrypoint.sh
@@ -5,4 +5,4 @@ if [ ! -d "node_modules" ]; then
5
rm -rf node_modules/cp-translations
6
ln -s /usr/src/cp-translations node_modules/cp-translations
7
fi
8
-npm dev
+npm run dev
0 commit comments