Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
chore: update package script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oae committed Oct 30, 2020
1 parent 2eb8f2e commit f78a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:extension": "yarn run build:schema",
"build:schema": "yarn run clean:schema && glib-compile-schemas ./resources/schemas --targetdir=./dist/schemas/",
"clean:schema": "rm -rf ./dist/schemas/*.compiled",
"build:package": "rm -rf './dist/[email protected]' && cd ./dist && zip -qr '[email protected]' .",
"build:package": "yarn run build && rm -rf './dist/[email protected]' && cd ./dist && zip -qr '[email protected]' .",
"watch": "yarn run build && yarn run rollup -c --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .ts src/"
Expand Down

0 comments on commit f78a112

Please sign in to comment.