Skip to content

Commit

Permalink
Update assets-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jordikroon authored Jun 15, 2021
1 parent c9aaff6 commit 95c0a3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions assets-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
variables:
BUILD_FOLDER: public/build/
WEBPACK_CLI_VERSION: '4.5'
PNPM_VERSION: '6.7'
ASSET_FOLDER: assets
ASSET_EXTENSIONS: .js,.svelte,.vue,.jsx
PNPM_VERSION: '6.7
assets_build:
stage: build
Expand All @@ -21,5 +19,5 @@ assets_build:
paths:
- $BUILD_FOLDER
script:
- 'eslint $ASSET_FOLDER --ext $ASSET_EXTENSIONS'
- 'pnpm eslint'
- "NODE_ENV=prod ./node_modules/.bin/webpack --config webpack/webpack.config.js"

0 comments on commit 95c0a3f

Please sign in to comment.