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 153dacb commit b7c10a5Copy full SHA for b7c10a5
scripts/build.sh
@@ -18,7 +18,8 @@ cp client/package.json client/yarn.lock dist/client
18
# Copy files to server directory
19
cp server/package.json server/yarn.lock server/README.md dist/server
20
# Copy files to syntaxes directory
21
-cp -R syntaxes dist/syntaxes
+mkdir dist/syntaxes
22
+cp syntaxes/template.ng.json dist/syntaxes
23
24
pushd dist
25
yarn install --production --ignore-scripts
0 commit comments