aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-19 07:30:33 +0800
committerFabio Berger <me@fabioberger.com>2018-03-19 07:30:33 +0800
commitc5afc5feb5707882decdf263f0d668722f8a990c (patch)
tree025843338dd26eba0e1afa373c30ae22559b9bb9 /packages
parent8392ee46254b05fe6652f6dbbaee94f004f84593 (diff)
downloaddexon-sol-tools-c5afc5feb5707882decdf263f0d668722f8a990c.tar.gz
dexon-sol-tools-c5afc5feb5707882decdf263f0d668722f8a990c.tar.zst
dexon-sol-tools-c5afc5feb5707882decdf263f0d668722f8a990c.zip
Remove assets from connect and _bundles from packages that don't generate the folder
Diffstat (limited to 'packages')
-rw-r--r--packages/assert/package.json2
-rw-r--r--packages/connect/package.json7
-rw-r--r--packages/json-schemas/package.json2
3 files changed, 4 insertions, 7 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json
index 1f609e192..a166e88e8 100644
--- a/packages/assert/package.json
+++ b/packages/assert/package.json
@@ -7,7 +7,7 @@
"scripts": {
"build:watch": "tsc -w",
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
- "clean": "shx rm -rf _bundles lib test_temp scripts",
+ "clean": "shx rm -rf lib test_temp scripts",
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'",
"run_mocha": "mocha lib/test/**/*_test.js",
"prepublishOnly": "run-p build",
diff --git a/packages/connect/package.json b/packages/connect/package.json
index 577312381..746b8516b 100644
--- a/packages/connect/package.json
+++ b/packages/connect/package.json
@@ -14,7 +14,7 @@
"scripts": {
"build:watch": "tsc -w",
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
- "clean": "shx rm -rf _bundles lib test_temp scripts",
+ "clean": "shx rm -rf lib test_temp scripts",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",
"upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json",
"copy_test_fixtures": "copyfiles -u 2 './test/fixtures/**/*.json' ./lib/test/fixtures",
@@ -27,10 +27,7 @@
},
"config": {
"postpublish": {
- "assets": [
- "packages/connect/_bundles/index.js",
- "packages/connect/_bundles/index.min.js"
- ],
+ "assets": [],
"docPublishConfigs": {
"s3BucketPath": "s3://connect-docs-jsons/",
"s3StagingBucketPath": "s3://staging-connect-docs-jsons/"
diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json
index 8f02bcd4a..cb73c251c 100644
--- a/packages/json-schemas/package.json
+++ b/packages/json-schemas/package.json
@@ -12,7 +12,7 @@
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"test:circleci": "yarn test:coverage",
"run_mocha": "mocha lib/test/**/*_test.js",
- "clean": "shx rm -rf _bundles lib test_temp scripts",
+ "clean": "shx rm -rf lib test_temp scripts",
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts"
},
"repository": {
itle='2006-09-01 04:20:46 +0800'>2006-09-016-71/+79 * Levenshtein computes Levenshtein distances, similarity ratios, generalizedpav2006-09-015-0/+35 * BROKEN: Fails self-testskris2006-09-011-0/+2 * - libbgl-wiz requires spirit-1.8, so don't build it on FreeBSD 4 unlessbarner2006-08-312-3/+8 * Add port devel/p5-Tie-Watch:sat2006-08-315-0/+44 * - update to 1.1.0dinoex2006-08-313-5/+7 * - update to 1.13.0dinoex2006-08-313-5/+5 * - Update to 0.4miwi2006-08-313-41/+46 * Update to 0.48mat2006-08-303-9/+9 * - Update to 0.12clsung2006-08-302-4/+4 * Add p5-threads 1.37, perl interpreter-based threads.clsung2006-08-305-0/+59 * - Update to 0.63clsung2006-08-302-7/+8 * - Update to 1.02clsung2006-08-303-6/+7 * - Try to be clever on removing zsh directoriespav2006-08-301-1/+1 * Generate is a text preprocessor that I originally wrote to help me writegarga2006-08-304-0/+44 * Add py-generate 2.3, python module to implement generate.garga2006-08-304-0/+32 * s/INSTALLS_SHLIB/USE_LDCONFIG/garga2006-08-293-3/+3 * Fix WWW linegarga2006-08-291-1/+1 * - Optionalize AA-lib.bland2006-08-291-4/+9 * - Update to 0.89clsung2006-08-295-102/+105 * - Update to 1.19clsung2006-08-292-4/+4 * - Complete rename of devel/gpc to devel/libgpc and change module lang_gpc toalepulver2006-08-296-133/+1 * Update to 1.4.4.stefan2006-08-292-4/+4 * Add port devel/gzstream:sat2006-08-284-0/+39 * - Update to 0.29pav2006-08-282-11/+11 * Add p5-Devel-STrace 0.31, strace(1)-like runtime call trace for Perlskv2006-08-285-0/+51 * Add p5-Devel-RingBuffer 0.31, shared memory ring buffers for Perlskv2006-08-285-0/+52 * - Update to 0.18clsung2006-08-284-6/+9 * Add kasm.jylefort2006-08-2810-0/+161 * - Update to 1.18clsung2006-08-282-5/+5 * Update to 06.1lth2006-08-2836-144/+444 * - Update to 1.4.2mnag2006-08-272-4/+4 * s/INSTALLS_SHLIB/USE_LDCONFIG/garga2006-08-271-1/+1 * - Update to 0.7.1miwi2006-08-263-17/+22 * - Soft fail removal of shared directoriespav2006-08-261-2/+2 * - Fix build when gtkdoc is presentpav2006-08-261-1/+1 * Remove expired leaf ports:vd2006-08-255-191/+0 * - Update to 0.11clsung2006-08-252-4/+4 * Fix fetch by correcting the application of site-group specifiers.shaun2006-08-251-4/+2 * update to 0.2.5oliver2006-08-242-4/+4 * Update to 1.1.0arved2006-08-244-26/+8 * - Update to 0.6 [1]acm2006-08-246-106/+37 * Update to 1.3.2arved2006-08-242-9/+9 * Update to 0.59mat2006-08-242-5/+5 * - Update to 0.0.4clsung2006-08-242-5/+5 * This module depends on the iconv module.knu2006-08-243-3/+3 * Update to 1.7.0.knu2006-08-2412-102/+351 * - Update to 0.17clsung2006-08-242-4/+4 * - Update to 0.64clsung2006-08-242-4/+5 * Update to 0.88mat2006-08-232-4/+4 * AIFAD stands for --Automated Induction of Functions over Algebraicmiwi2006-08-235-0/+72 * Update to 0.06mat2006-08-232-4/+4 * Fix string collation by using the icu library, since the FreeBSD libcjylefort2006-08-233-0/+135 * Update to 102371mat2006-08-233-5/+7 * - Update to 0.95.2rafan2006-08-232-4/+4 * * Update rails and its related ports to match rails 1.1.6:clsung2006-08-233-5/+19 * Unbreak for ia64 -- it should work now.mi2006-08-222-8/+0 * Update from 3.4 to 3.4.1.mi2006-08-226-22/+22 * Update to 0.16.1.novel2006-08-222-4/+4 * - Update to 0.3.1clsung2006-08-223-4/+10 * - Update to 1.0.6jmelo2006-08-223-4/+6 * Add p5-App-Trace 0.50, embedded debug statements, including call/returnclsung2006-08-225-0/+47 * - Update to 0.17clsung2006-08-222-5/+4 * Add p5-App-Options 1.01, combine command line options, environment vars,clsung2006-08-225-0/+42 * Add p5-IO-YAML 0.05, read and write YAML streams incrementally.clsung2006-08-225-0/+48 * - Add forgotten patchessat2006-08-225-0/+53 * - Update to 0.22rafan2006-08-212-4/+4 * Do not update eris to .11! - moving back to 1.3.10 - only chase wfmath updateoliver2006-08-213-6/+5 * update wfmath to 0.3.5oliver2006-08-214-8/+9 * - Update to 0.9miwi2006-08-218-108/+494 * - Update to 0.9.1miwi2006-08-213-14/+22 * Update to 1.4.11 release.ale2006-08-215-38/+55 * Add ports devel/libYGP and devel/libXGP:sat2006-08-206-0/+311 * Update to 0.33lbr2006-08-202-4/+4 * This OCaml-library consists of a set of modules which implement functionsitetcu2006-08-204-0/+76 * This OCaml-library consists of a set of modules which implementitetcu2006-08-204-0/+83 * This OCaml-library interfaces the BLAS-library (Basic Linear Algebraitetcu2006-08-204-0/+97 * The Pomap-library implements an ADT that maintains maps of partially ordereditetcu2006-08-204-0/+78 * Update to 2.6.3bland2006-08-193-9/+9 * Fix files' permissions: install files under the credential of thedelphij2006-08-191-0/+4 * Update to 1.04mat2006-08-182-4/+4 * Add port devel/p5-CPANPLUS-Dist-Build:sat2006-08-185-0/+53 * - update to the latest beta, namely v0.96.b7okazaki2006-08-186-4126/+3267 * The Shell::Source allows arbitrary shell scripts, or other programs formiwi2006-08-185-0/+38 * BROKEN: Incomplete pkg-plistkris2006-08-181-0/+2 * It is only the m68k and sh ports that fail to build everywhere.kris2006-08-181-7/+1 * - Update to 0.9.26rafan2006-08-184-47/+69 * * Update to 0.7.0clsung2006-08-172-5/+6 * Update to version 2005.2.94595.bms2006-08-172-8/+7 * - Update to 1.4.1rafan2006-08-178-56/+276 * - Update to 5.2rafan2006-08-173-4/+24 * Add pecl-expect 0.2.2, a PHP extension for expect library.clsung2006-08-174-0/+36 * Drop maintainership, ENOTIME for these ports now.krion2006-08-171-1/+1 * Utilize WITHOUT_X11 knob to disable X11R6 dependencies.krion2006-08-171-0/+5 * Catch up with ports/Mk/bsd.port.subdir.mk r1.65.linimon2006-08-171-8/+8 * Catch up to ports/Mk/bsd.port.mk r1.540.linimon2006-08-171-149/+391 * Now builds on 7.0kris2006-08-171-7/+1 * - Fix pkg-plist when creating share/p5-Javarafan2006-08-172-1/+2 * - Fix master site and WWW page. [1]shaun2006-08-162-5/+15 * Fix fetch: master site changed.shaun2006-08-161-1/+1 * - Fix fetch: master site moved. [1]shaun2006-08-162-3/+23 * - Upgrade to 5.11.shaun2006-08-162-6/+20 * Reset bouncing maintainer addresserwin2006-08-161-1/+1 * Update to 2.07lth2006-08-162-4/+4 * - FAM doesn't build if some stale files exist in share/aclocal. To avoidmich2006-08-161-6/+7 * This port requires pod2test to build.sobomax2006-08-161-0/+2 * - Update to 1.2miwi2006-08-163-17/+11 * - Update to 1.02clsung2006-08-162-4/+4 * - Update to 1.17clsung2006-08-162-4/+4 * - update to 0.87clsung2006-08-164-4/+8 * Rename the package from gpc to libgpc -- to avoid conflicting with GNU Pascalmi2006-08-162-4/+4 * Add p5-Config-IniHash 2.8, perl extension for reading and writing INIclsung2006-08-165-0/+38 * Update to 3.10mat2006-08-162-4/+4 * - Update to 0.6.0rafan2006-08-163-8/+9 * Add p5-Hash-WithDefaults 0.04, class for hashes with key-casingclsung2006-08-155-0/+37 * Add p5-Hash-Case 1.003, base class for hashes with key-casingclsung2006-08-155-0/+55 * - Update to 0.004clsung2006-08-152-4/+4 * Add p5-Test-MockTime 0.03, replaces actual time with simulated time.tobez2006-08-155-0/+50 * Let's not forget the BUILD_DEPENDS...lbr2006-08-151-0/+1 * Update to 0.32.lbr2006-08-153-10/+10 * - Remove directories that are not in mtree filerafan2006-08-154-0/+28 * - update to 0.16clsung2006-08-152-4/+4 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-1583-83/+83 * Fix build on 4.x by requiring gcc 3.2+.shaun2006-08-151-0/+2 * Add missing locale files to pkg-plist.shaun2006-08-152-0/+12 * Update to 2.12mat2006-08-152-4/+4 * Add p5-Class-Adapter 1.02, perl implementation of the "Adapter" Designrafan2006-08-155-0/+50 * - Update to 3.4.1rafan2006-08-158-128/+88 * Update to 0.37mat2006-08-152-5/+4 * - Update to 1.0.3rafan2006-08-153-38/+18 * - Enable threading (it works well even on 4.x). Can be disabledrafan2006-08-151-10/+24 * - Update to 0.17rafan2006-08-152-4/+4 * Add p5-List-PowerSet 0.01, perl module that allows you to generate thegarga2006-08-145-0/+32 * Add p5-List-Permutor 0.022, alow you to process all possiblegarga2006-08-145-0/+32 * - Update to 1.6.1garga2006-08-144-11/+41 * Add one more MASTER_SITES to fix fetch errorsgarga2006-08-141-1/+2 * Update to 0.34mat2006-08-142-4/+4 * Update to 1.13mat2006-08-142-4/+4 * Update to 0.3601skv2006-08-142-4/+4 * Respect DESTDIRmat2006-08-142-7/+7 * - Update to 0.12clsung2006-08-142-6/+6 * - Update to 3.9.1clsung2006-08-142-4/+4 * - Fix building on amd64/ia64acm2006-08-141-0/+5 * - Respect DESTDIRrafan2006-08-142-16/+18 * - Respect DESTDIRclsung2006-08-141-1/+1 * - Update to 0.95.1rafan2006-08-142-4/+4 * Allegro is a cross-platform library intended for use in computer games andalepulver2006-08-148-147/+181 * - Update to 0.9.11mnag2006-08-142-6/+6 * Update to 2.4.3arved2006-08-143-4/+6 * Make it buildable on RELENG_6 after MFC of getXXX_r(3).ume2006-08-143-6/+9 * - Respect DESTDIRrafan2006-08-131-12/+17 * - Fix plistpav2006-08-131-0/+12 * Re-add PowerPC related patches - they were committed with inconsistantobrien2006-08-1314-14/+14 * - Update to 2.6.10pav2006-08-1315-223/+306 * - Socket descriptors should be in range from 0 to FD_SETSIZE-1.sem2006-08-121-3/+3 * Pointyhat seems to have difficulty reaching the official mirror,erwin2006-08-121-1/+3 * Update to 2.4perky2006-08-122-4/+4 * - Update to 1.4.0rafan2006-08-124-14/+27 * - Update to 2.1rafan2006-08-123-7/+28 * Update to 1.8aperky2006-08-124-10/+10 * - Update to 0.95.0rafan2006-08-122-5/+5 * Respect DESTDIR.marcus2006-08-111-1/+1 * - Update to 1.4.1mnag2006-08-112-5/+6 * Update to 0.55skv2006-08-112-5/+5 * Fix buildlth2006-08-111-3/+3 * - rtags is a Ruby replacement for ctags - allowing for name navigationclsung2006-08-115-0/+37 * Add p5-Test-Parser 1.3.1, parsing log files from test runs, and displaysclsung2006-08-115-0/+70 * Update to 0.21arved2006-08-114-22/+25 * - update to 0.4clsung2006-08-102-7/+7 * - fix dependency pathclsung2006-08-101-1/+1 * - Update to 0.03sat2006-08-102-4/+4 * Update to 0.04lbr2006-08-102-4/+4 * Add p5-Contextual-Return 0.1.0, create context-senstive return values.clsung2006-08-105-0/+47 * Update to 1.8perky2006-08-106-60/+54 * - Add AL and JACK options.alepulver2006-08-104-6/+54 * - Update to 1.49clsung2006-08-103-5/+6 * - Use 2 as the shared library major version.alepulver2006-08-104-4/+14 * - Update to 0.86clsung2006-08-092-4/+4 * - Update to 2.2.10miwi2006-08-092-13/+13 * - Fix PLIST: Remove locale dirs that are not on bsd.x11-4.dist [1]garga2006-08-093-37/+5 * - Update to 1.101sergei2006-08-094-25/+47 * - Update to 0.01.1clsung2006-08-092-6/+8 * Update to 0.03lbr2006-08-092-4/+4 * - Update to 0.08clsung2006-08-092-4/+5 * - Update to 1.01clsung2006-08-092-4/+4 * - update to 1.452clsung2006-08-092-4/+4 * - update to 0.17clsung2006-08-092-4/+4 * - update to 0.67clsung2006-08-092-5/+4 * Upgrade to 5.10.shaun2006-08-094-15/+24 * Mark BROKEN on 4.x.novel2006-08-091-1/+7 * Fix build on 4.x.novel2006-08-091-0/+12 * Add jtag 0.5.1, utility to work with JTAG-aware boards.rafan2006-08-089-0/+217 * Add openwince-include 0.4.2, a collection of the useful include filesrafan2006-08-084-0/+45 * Now that ORBit2 no longer depends on popt, add an explicit dependency heremarcus2006-08-081-1/+3 * Upgrade to 0.5.0.shaun2006-08-087-96/+13 * - Update to v0.07aaron2006-08-083-6/+7 * Fix build on 4-STABLE.perky2006-08-084-2/+126 * - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.jmelo2006-08-0817-21/+34 * Use a better way to get GHC's version number.mux2006-08-081-1/+1