diff --git a/build/WebpackSPDXPlugin.js b/build-js/WebpackSPDXPlugin.js similarity index 100% rename from build/WebpackSPDXPlugin.js rename to build-js/WebpackSPDXPlugin.js diff --git a/build/npm-post-build.sh b/build-js/npm-post-build.sh similarity index 100% rename from build/npm-post-build.sh rename to build-js/npm-post-build.sh diff --git a/package.json b/package.json index 529e36d7..ab8b0969 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": true, "scripts": { "build": "NODE_ENV=production webpack --progress --config webpack.js", - "postbuild": "build/npm-post-build.sh", + "postbuild": "build-js/npm-post-build.sh", "dev": "NODE_ENV=development webpack --progress --config webpack.js", "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", "lint": "eslint --ext .js,.vue src", diff --git a/webpack.js b/webpack.js index 3d67dd28..c0aac7aa 100644 --- a/webpack.js +++ b/webpack.js @@ -4,7 +4,7 @@ */ const webpackConfig = require('@nextcloud/webpack-vue-config') const TerserPlugin = require('terser-webpack-plugin') -const WebpackSPDXPlugin = require('./build/WebpackSPDXPlugin.js') +const WebpackSPDXPlugin = require('./build-js/WebpackSPDXPlugin.js') const path = require('path') webpackConfig.entry = {