Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
das08 committed Jun 15, 2022
1 parent adc0444 commit b37059a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "index.ts",
"scripts": {
"test": "jest",
"build:chrome": "webpack --config tasks/webpack.config.chrome.js && node tasks/release chrome",
"build:firefox": "webpack --config tasks/webpack.config.firefox.js && node tasks/release firefox",
"build:safari": "webpack --config tasks/webpack.config.safari.js && node tasks/release safari",
"convert:safari": "npm run build:safari && xcrun safari-web-extension-converter dist/source/safari --project-location dist/source/safari-proj --app-name \"Comfortable-PandA\" --bundle-identifier \"com.das08.ComfortablePandA.Safari\" --force\n",
"build:chrome": "NODE_ENV=production webpack --config tasks/webpack.config.chrome.js && node tasks/release chrome",
"build:firefox": "NODE_ENV=production webpack --config tasks/webpack.config.firefox.js && node tasks/release firefox",
"build:safari": "NODE_ENV=production webpack --config tasks/webpack.config.safari.js && node tasks/release safari",
"convert:safari": "NODE_ENV=production npm run build:safari && xcrun safari-web-extension-converter dist/source/safari --project-location dist/source/safari-proj --app-name \"Comfortable-PandA\" --bundle-identifier \"com.das08.ComfortablePandA.Safari\" --force\n",
"build:all": "npm run build:chrome && npm run build:firefox && npm run build:safari"
},
"author": "Kazuki Takeda, Shoji Kajita(Kyoto University)",
Expand Down

0 comments on commit b37059a

Please sign in to comment.