chore: update ios ci [skip e2e]

This commit is contained in:
Aman Harwara
2024-06-05 17:44:33 +05:30
parent 26af193203
commit 3303c65973
2 changed files with 9 additions and 3 deletions

View File

@@ -3,9 +3,11 @@
"version": "3.194.8",
"license": "AGPL-3.0",
"main": "dist/app.js",
"author": "Standard Notes.",
"author": "Standard Notes",
"private": true,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "yarn clean && yarn copy:components && webpack --config web.webpack.prod.js && yarn tsc",
"clean": "rm -fr dist",