This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
react-common
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Update publish script
Make sure to build scripts before publishing to registry.
tags/0.3.0
TheoryOfNekomata
4 years ago
parent
674ae59072
commit
0bb320cf3a
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
package.json
+ 1
- 0
package.json
View File
@@ -39,6 +39,7 @@
"typescript": "^3.9.7"
"typescript": "^3.9.7"
},
},
"scripts": {
"scripts": {
"prepublish": "rm -rf dist/ && rollup -c",
"test": "jest",
"test": "jest",
"build": "rm -rf dist/ && rollup -c",
"build": "rm -rf dist/ && rollup -c",
"generate": "plop",
"generate": "plop",
Write
Preview
Loading…
Cancel
Save