Skip to content

Commit

Permalink
Add package build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Sep 14, 2019
1 parent eda0bc4 commit ecd3049
Show file tree
Hide file tree
Showing 2 changed files with 1,323 additions and 29 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Kristóf Poduszló <[email protected]>",
"license": "MIT",
"scripts": {
"build": "pika build",
"doc": "documentation readme src --section Reference --config documentation.yml --markdown-toc-max-depth 3 --parse-extension ts && all-contributors generate && prettier --write README.md",
"format": "prettier --ignore-path .gitignore --write \"**/*.{ts,tsx,js,json,yml,md}\"",
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,tsx,js}\"",
Expand All @@ -29,6 +30,7 @@
"network-information-types": "^0.1.0"
},
"devDependencies": {
"@pika/pack": "^0.5.0",
"@pika/plugin-build-web": "^0.6.0",
"@pika/plugin-ts-standard-pkg": "^0.6.0",
"@testing-library/react": "^9.1.4",
Expand Down
Loading

0 comments on commit ecd3049

Please sign in to comment.