Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
julienwoll committed Sep 22, 2023
1 parent fc2c67b commit ba7f983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"scripts": {
"build": "npm run clean && npm run client:build && npm run extension:build",
"clean": "rimraf dist",
"client:build": "npm run clean && cross-env NODE_ENV=production webpack --config ./build/webpack/config.js --colors -p",
"extension:build": "a0-ext build:server ./webtask.js ./dist && cp ./dist/$npm_package_name.extension.$npm_package_version.js ./build/bundle.js && cp ./webtask.json ./dist/webtask.json",
"client:build": "npm run clean && cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack --config ./build/webpack/config.js --colors -p",
"extension:build": "NODE_OPTIONS=--openssl-legacy-provider a0-ext build:server ./webtask.js ./dist && cp ./dist/$npm_package_name.extension.$npm_package_version.js ./build/bundle.js && cp ./webtask.json ./dist/webtask.json",
"lint:js": "eslint --ignore-path .gitignore --ignore-pattern build --ignore-pattern webpack .",
"serve:prod": "cross-env NODE_ENV=production node index.js",
"tag": "git tag $npm_package_version && git push --tags",
Expand Down

0 comments on commit ba7f983

Please sign in to comment.