Skip to content

Commit

Permalink
Merge pull request #495 from nextcloud/rename-build-to-build-js
Browse files Browse the repository at this point in the history
build: rename build to build-js
  • Loading branch information
nickvergessen authored Oct 18, 2024
2 parents 3696cb7 + e1aa2cb commit 31b6837
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 31b6837

Please sign in to comment.