Skip to content
Snippets Groups Projects
Verified Commit 0349c053 authored by Jonas Leder's avatar Jonas Leder
Browse files

renme compile job to build

parent 947e64d9
Branches
No related tags found
1 merge request!8Rewrite API endpoint to graphql
Pipeline #7169 passed
...@@ -7,7 +7,7 @@ COPY . . ...@@ -7,7 +7,7 @@ COPY . .
RUN mkdir public/js RUN mkdir public/js
RUN mkdir public/css RUN mkdir public/css
RUN yarn install --network-timeout 1000000 RUN yarn install --network-timeout 1000000
RUN yarn compile RUN yarn build
# |-------------------------------------------------------------------------- # |--------------------------------------------------------------------------
# | Install PHP dependencies # | Install PHP dependencies
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"author": "jonasled <git@jonasled.de>", "author": "jonasled <git@jonasled.de>",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"scripts": { "scripts": {
"compile": "concurrently \"yarn css\" \"yarn js\"", "build": "concurrently \"yarn css\" \"yarn js\"",
"css": "stylus styl/ -o public/css/ ", "css": "stylus styl/ -o public/css/ ",
"js": "webpack --config ./webpack.conf.js", "js": "webpack --config ./webpack.conf.js",
"watch": "concurrently \"stylus -w styl/ -o public/css/\" \"cd public && php -S 0.0.0.0:1234\" \"webpack --config ./webpack.conf.js --mode development --watch\"" "watch": "concurrently \"stylus -w styl/ -o public/css/\" \"cd public && php -S 0.0.0.0:1234\" \"webpack --config ./webpack.conf.js --mode development --watch\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment